HomeSort by relevance Sort by last modified time
    Searched defs:ProfileQuery (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOptionsPreferenceFragment.java 107 public static class ProfileQuery {
111 private ProfileQuery() {}
340 return ProfileQuery.PROFILE_PROJECTION_PRIMARY;
342 return ProfileQuery.PROFILE_PROJECTION_ALTERNATIVE;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 628 resolver.query(Data.CONTENT_URI, ProfileQuery.PROJECTION, ProfileQuery.SELECTION,
632 profileId = c.getLong(ProfileQuery.COLUMN_ID);
686 final private static class ProfileQuery {
688 private ProfileQuery() {
    [all...]

Completed in 123 milliseconds