Searched refs:mContactIdQuery (Results 1 – 1 of 1) sorted by relevance
949 private SQLiteStatement mContactIdQuery; field in ContactsDatabaseHelper1032 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()