Searched refs:contactIdQuery (Results 1 – 1 of 1) sorted by relevance
4202 final SQLiteStatement contactIdQuery = getWritableDatabase().compileStatement( in getContactId() local4207 contactIdQuery.bindLong(1, rawContactId); in getContactId()4208 return contactIdQuery.simpleQueryForLong(); in getContactId()