Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java599 UserIdQuery.CONTENT_URI, in lookupRawContact()
600 UserIdQuery.PROJECTION, in lookupRawContact()
601 UserIdQuery.SELECTION, in lookupRawContact()
606 rawContactId = c.getLong(UserIdQuery.COLUMN_RAW_CONTACT_ID); in lookupRawContact()
704 final private static class UserIdQuery { class in ContactManager
706 private UserIdQuery() { in UserIdQuery() method in ContactManager.UserIdQuery