Searched defs:mDataRawContactIdQuery (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java506 private final SQLiteStatement mDataRawContactIdQuery; field in class:LegacyApiSupport
536 mDataRawContactIdQuery = db.compileStatement(
1207 mDataRawContactIdQuery.bindLong(1, dataId);
1211 rawContactId = mDataRawContactIdQuery.simpleQueryForLong();

Completed in 11 milliseconds