Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java49 return ContactLookupKey.PROFILE_LOOKUP_KEY; in computeLookupKeyForContact()
58 sb.append(ContactLookupKey.PROFILE_LOOKUP_KEY); in appendLookupKey()
/packages/apps/Contacts/src/com/android/contacts/
DNfcHandler.java46 private static final String PROFILE_LOOKUP_KEY = "profile"; field in NfcHandler
72 if (lookupKey.equals(PROFILE_LOOKUP_KEY)) { in createNdefMessage()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java33 public static final String PROFILE_LOOKUP_KEY = "profile"; field in ContactLookupKey
113 if (PROFILE_LOOKUP_KEY.equals(lookupKey)) { in parse()
DProfileAwareUriMatcher.java130 if (ContactLookupKey.PROFILE_LOOKUP_KEY.equals(lookupKey)) { in mapsToProfile()