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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java751 private SQLiteStatement mSetSuperPrimaryStatement; field in class:ContactsDatabaseHelper
830 mSetSuperPrimaryStatement = null;
5477 if (mSetSuperPrimaryStatement == null) {
5478 mSetSuperPrimaryStatement = getWritableDatabase().compileStatement(
5490 mSetSuperPrimaryStatement.bindLong(1, dataId);
5491 mSetSuperPrimaryStatement.bindLong(2, mimeTypeId);
5492 mSetSuperPrimaryStatement.bindLong(3, rawContactId);
5493 mSetSuperPrimaryStatement.execute();

Completed in 181 milliseconds