OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROFILE_LOOKUP_KEY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java
46
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
33
public static final String
PROFILE_LOOKUP_KEY
= "profile";
113
if (
PROFILE_LOOKUP_KEY
.equals(lookupKey)) {
ProfileAwareUriMatcher.java
52
// lookup key (see {@link ProfileAggregator#
PROFILE_LOOKUP_KEY
}).
130
if (ContactLookupKey.
PROFILE_LOOKUP_KEY
.equals(lookupKey)) {
Completed in 66 milliseconds