Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java949 private SQLiteStatement mContactIdQuery; field in ContactsDatabaseHelper
1032 mContactIdQuery = null; in refreshDatabaseCaches()
4935 if (mContactIdQuery == null) { in getContactId()
4936 mContactIdQuery = getWritableDatabase().compileStatement( in getContactId()
4942 DatabaseUtils.bindObjectToProgram(mContactIdQuery, 1, rawContactId); in getContactId()
4943 return mContactIdQuery.simpleQueryForLong(); in getContactId()