Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java997 private SQLiteStatement mSetSuperPrimaryStatement; field in ContactsDatabaseHelper
1080 mSetSuperPrimaryStatement = null; in refreshDatabaseCaches()
6094 if (mSetSuperPrimaryStatement == null) { in setIsSuperPrimary()
6095 mSetSuperPrimaryStatement = getWritableDatabase().compileStatement( in setIsSuperPrimary()
6107 mSetSuperPrimaryStatement.bindLong(1, dataId); in setIsSuperPrimary()
6108 mSetSuperPrimaryStatement.bindLong(2, mimeTypeId); in setIsSuperPrimary()
6109 mSetSuperPrimaryStatement.bindLong(3, rawContactId); in setIsSuperPrimary()
6110 mSetSuperPrimaryStatement.execute(); in setIsSuperPrimary()