Searched refs:PROFILE_LOOKUP_KEY (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileAggregator.java41 return ContactLookupKey.PROFILE_LOOKUP_KEY;
50 sb.append(ContactLookupKey.PROFILE_LOOKUP_KEY);
H A DContactLookupKey.java35 public static final String PROFILE_LOOKUP_KEY = "profile"; field in class:ContactLookupKey
115 if (PROFILE_LOOKUP_KEY.equals(lookupKey)) {
H A DProfileAwareUriMatcher.java52 // lookup key (see {@link ProfileAggregator#PROFILE_LOOKUP_KEY}).
121 if (ContactLookupKey.PROFILE_LOOKUP_KEY.equals(lookupKey)) {
/packages/apps/Contacts/src/com/android/contacts/
H A DNfcHandler.java48 private static final String PROFILE_LOOKUP_KEY = "profile"; field in class:NfcHandler
73 if (lookupKey.equals(PROFILE_LOOKUP_KEY)) {

Completed in 484 milliseconds