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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java672 private SQLiteStatement mSetSuperPrimaryStatement; field in class:ContactsDatabaseHelper
744 mSetSuperPrimaryStatement = null;
4818 if (mSetSuperPrimaryStatement == null) {
4819 mSetSuperPrimaryStatement = getWritableDatabase().compileStatement(
4831 mSetSuperPrimaryStatement.bindLong(1, dataId);
4832 mSetSuperPrimaryStatement.bindLong(2, mimeTypeId);
4833 mSetSuperPrimaryStatement.bindLong(3, rawContactId);
4834 mSetSuperPrimaryStatement.execute();

Completed in 47 milliseconds