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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java933 private final SQLiteStatement mNameLookupInsert; field in class:ContactsDatabaseHelper.StructuredNameLookupBuilder
941 this.mNameLookupInsert = nameLookupInsert;
950 mNameLookupInsert, rawContactId, dataId, lookupType, name);
1003 private SQLiteStatement mNameLookupInsert; field in class:ContactsDatabaseHelper
1081 mNameLookupInsert = null;
6121 if (mNameLookupInsert == null) {
6122 mNameLookupInsert = getWritableDatabase().compileStatement(
6130 mNameLookupInsert.bindLong(1, rawContactId);
6131 mNameLookupInsert.bindLong(2, dataId);
6132 mNameLookupInsert
[all...]

Completed in 134 milliseconds