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