Home
last modified time | relevance | path

Searched refs:clearSuperPrimaryStatement (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4836 final SQLiteStatement clearSuperPrimaryStatement = getWritableDatabase().compileStatement( in clearSuperPrimary() local
4841 clearSuperPrimaryStatement.bindLong(1, mimeTypeId); in clearSuperPrimary()
4842 clearSuperPrimaryStatement.bindLong(2, rawContactId); in clearSuperPrimary()
4843 clearSuperPrimaryStatement.execute(); in clearSuperPrimary()