Home
last modified time | relevance | path

Searched refs:lookupKey (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java104 String lookupKey, String[] permissions) { in RecipientEntry() argument
107 true /* shouldDisplayIcon */, isFirstLevel, isValid, lookupKey, permissions); in RecipientEntry()
113 boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) { in RecipientEntry() argument
127 mLookupKey = lookupKey; in RecipientEntry()
136 String lookupKey) { in RecipientEntry() argument
139 lookupKey, null); in RecipientEntry()
193 String lookupKey) { in constructTopLevelEntry() argument
196 contactId, directoryId, dataId, photoThumbnailUri, true, isValid, lookupKey, in constructTopLevelEntry()
203 String lookupKey) { in constructTopLevelEntry() argument
207 ? Uri.parse(thumbnailUriAsString) : null), true, isValid, lookupKey, in constructTopLevelEntry()
[all …]
DRecipientAlternatesAdapter.java370 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
373 this(context, contactId, directoryId, lookupKey, currentId, queryMode, listener, in RecipientAlternatesAdapter()
378 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
382 getCursorForConstruction(context, contactId, directoryId, lookupKey, queryMode, in RecipientAlternatesAdapter()
394 Long directoryId, String lookupKey, int queryType, in getCursorForConstruction() argument
403 if (directoryId == null || lookupKey == null) { in getCursorForConstruction()
407 uri = Contacts.getLookupUri(contactId, lookupKey) in getCursorForConstruction()
418 if (lookupKey == null) { in getCursorForConstruction()
422 uri = Contacts.getLookupUri(contactId, lookupKey) in getCursorForConstruction()
444 final Cursor resultCursor = removeUndesiredDestinations(cursor, desiredMimeType, lookupKey); in getCursorForConstruction()
[all …]
DBaseRecipientAdapter.java149 public final String lookupKey; field in BaseRecipientAdapter.TemporaryEntry
161 String lookupKey) { in TemporaryEntry() argument
171 this.lookupKey = lookupKey; in TemporaryEntry()
184 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY); in TemporaryEntry()
819 true, entry.lookupKey)); in putOneEntry()
828 true, entry.lookupKey)); in putOneEntry()
836 true, entry.lookupKey)); in putOneEntry()
/frameworks/base/core/java/android/provider/
DContactsInternal.java101 final String lookupKey = pathSegments.get(2); in maybeStartManagedQuickContact()
108 if (TextUtils.isEmpty(lookupKey) in maybeStartManagedQuickContact()
109 || !lookupKey.startsWith( in maybeStartManagedQuickContact()
123 final String actualLookupKey = lookupKey.substring( in maybeStartManagedQuickContact()
DContactsContract.java1637 final String lookupKey = c.getString(0); in getLookupUri() local
1639 return getLookupUri(contactId, lookupKey); in getLookupUri()
1654 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() argument
1655 if (TextUtils.isEmpty(lookupKey)) { in getLookupUri()
1659 lookupKey), contactId); in getLookupUri()
2894 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
2895 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
4899 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
4900 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
8614 public static Intent rebuildManagedQuickContactsIntent(String lookupKey, long contactId, in rebuildManagedQuickContactsIntent() argument
[all …]
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java361 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
362 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
376 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
377 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DWebAssetMatcher.java41 return mQuery.lookupKey(); in getMatchedLookupKey()
DAbstractAsset.java62 public abstract int lookupKey(); in lookupKey() method in AbstractAsset
DAndroidAppAssetMatcher.java54 return mQuery.lookupKey(); in getMatchedLookupKey()
DWebAsset.java105 public int lookupKey() { in lookupKey() method in WebAsset
DAndroidAppAsset.java98 public int lookupKey() { in lookupKey() method in AndroidAppAsset
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java114 public String lookupKey; field in CallerInfo
260 info.lookupKey = cursor.getString(columnIndex); in getCallerInfo()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl277 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact() argument
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt104759 Lcom/android/internal/telephony/CallerInfo;->lookupKey:Ljava/lang/String;