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.java85 String lookupKey) { in RecipientEntry() argument
99 mLookupKey = lookupKey; in RecipientEntry()
164 String lookupKey) { in constructTopLevelEntry() argument
167 contactId, directoryId, dataId, photoThumbnailUri, true, isValid, lookupKey); in constructTopLevelEntry()
173 String lookupKey) { in constructTopLevelEntry() argument
177 ? Uri.parse(thumbnailUriAsString) : null), true, isValid, lookupKey); in constructTopLevelEntry()
183 String thumbnailUriAsString, boolean isValid, String lookupKey) { in constructSecondLevelEntry() argument
187 ? Uri.parse(thumbnailUriAsString) : null), false, isValid, lookupKey); in constructSecondLevelEntry()
DRecipientAlternatesAdapter.java362 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
364 this(context, contactId, directoryId, lookupKey, currentId, queryMode, listener, in RecipientAlternatesAdapter()
369 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
372 getCursorForConstruction(context, contactId, directoryId, lookupKey, queryMode), 0); in RecipientAlternatesAdapter()
382 Long directoryId, String lookupKey, int queryType) { in getCursorForConstruction() argument
391 if (directoryId == null || lookupKey == null) { in getCursorForConstruction()
395 final Uri.Builder builder = Contacts.getLookupUri(contactId, lookupKey).buildUpon(); in getCursorForConstruction()
414 if (lookupKey == null) { in getCursorForConstruction()
418 final Uri.Builder builder = Contacts.getLookupUri(contactId, lookupKey).buildUpon(); in getCursorForConstruction()
433 final Cursor resultCursor = removeUndesiredDestinations(cursor, desiredMimeType, lookupKey); in getCursorForConstruction()
[all …]
DBaseRecipientAdapter.java137 public final String lookupKey; field in BaseRecipientAdapter.TemporaryEntry
149 String lookupKey) { in TemporaryEntry() argument
159 this.lookupKey = lookupKey; in TemporaryEntry()
172 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY); in TemporaryEntry()
741 true, entry.lookupKey)); in putOneEntry()
750 true, entry.lookupKey)); in putOneEntry()
758 true, entry.lookupKey)); in putOneEntry()
/frameworks/base/core/java/android/provider/
DContactsInternal.java93 final String lookupKey = pathSegments.get(2); in maybeStartManagedQuickContact() local
96 if (TextUtils.isEmpty(lookupKey) in maybeStartManagedQuickContact()
97 || !lookupKey.startsWith( in maybeStartManagedQuickContact()
104 final String actualLookupKey = lookupKey.substring( in maybeStartManagedQuickContact()
DContactsContract.java1509 final String lookupKey = c.getString(0); in getLookupUri() local
1511 return getLookupUri(contactId, lookupKey); in getLookupUri()
1526 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() argument
1527 if (TextUtils.isEmpty(lookupKey)) { in getLookupUri()
1531 lookupKey), contactId); in getLookupUri()
2751 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
2752 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
4695 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
4696 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
8299 public static Intent rebuildManagedQuickContactsIntent(String lookupKey, long contactId, in rebuildManagedQuickContactsIntent() argument
[all …]
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java351 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
352 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
366 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
367 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.java104 public String lookupKey; field in CallerInfo
239 info.lookupKey = cursor.getString(columnIndex); in getCallerInfo()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl194 void startManagedQuickContact(String lookupKey, long contactId, in Intent originalIntent); in startManagedQuickContact() argument
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd144 {@link android.provider.ContactsContract.Contacts#getLookupUri getLookupUri(id,lookupKey)} to