HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE_LOOKUP_KEY (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java 47 private static final String PROFILE_LOOKUP_KEY = "profile";
72 if (lookupKey.equals(PROFILE_LOOKUP_KEY)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 49 return ContactLookupKey.PROFILE_LOOKUP_KEY;
58 sb.append(ContactLookupKey.PROFILE_LOOKUP_KEY);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 35 public static final String PROFILE_LOOKUP_KEY = "profile";
115 if (PROFILE_LOOKUP_KEY.equals(lookupKey)) {
ProfileAwareUriMatcher.java 52 // lookup key (see {@link ProfileAggregator#PROFILE_LOOKUP_KEY}).
121 if (ContactLookupKey.PROFILE_LOOKUP_KEY.equals(lookupKey)) {

Completed in 1589 milliseconds