/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 99 String lookupKey, String[] permissions) { in RecipientEntry() argument 112 mLookupKey = lookupKey; in RecipientEntry() 121 String lookupKey) { in RecipientEntry() argument 124 lookupKey, null); in RecipientEntry() 178 String lookupKey) { in constructTopLevelEntry() argument 181 contactId, directoryId, dataId, photoThumbnailUri, true, isValid, lookupKey, in constructTopLevelEntry() 188 String lookupKey) { in constructTopLevelEntry() argument 192 ? Uri.parse(thumbnailUriAsString) : null), true, isValid, lookupKey, in constructTopLevelEntry() 199 String thumbnailUriAsString, boolean isValid, String lookupKey) { in constructSecondLevelEntry() argument 203 ? Uri.parse(thumbnailUriAsString) : null), false, isValid, lookupKey, in constructSecondLevelEntry()
|
D | RecipientAlternatesAdapter.java | 370 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 …]
|
D | BaseRecipientAdapter.java | 149 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/ |
D | ContactsInternal.java | 99 final String lookupKey = pathSegments.get(2); in maybeStartManagedQuickContact() 106 if (TextUtils.isEmpty(lookupKey) in maybeStartManagedQuickContact() 107 || !lookupKey.startsWith( in maybeStartManagedQuickContact() 121 final String actualLookupKey = lookupKey.substring( in maybeStartManagedQuickContact()
|
D | ContactsContract.java | 1588 final String lookupKey = c.getString(0); in getLookupUri() local 1590 return getLookupUri(contactId, lookupKey); in getLookupUri() 1605 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() argument 1606 if (TextUtils.isEmpty(lookupKey)) { in getLookupUri() 1610 lookupKey), contactId); in getLookupUri() 2844 final String lookupKey = cursor.getString(1); in getContactLookupUri() local 2845 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri() 4788 final String lookupKey = cursor.getString(1); in getContactLookupUri() local 4789 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri() 8445 public static Intent rebuildManagedQuickContactsIntent(String lookupKey, long contactId, in rebuildManagedQuickContactsIntent() argument [all …]
|
/frameworks/base/core/java/android/widget/ |
D | QuickContactBadge.java | 359 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local 360 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete() 374 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local 375 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | WebAssetMatcher.java | 41 return mQuery.lookupKey(); in getMatchedLookupKey()
|
D | AbstractAsset.java | 62 public abstract int lookupKey(); in lookupKey() method in AbstractAsset
|
D | AndroidAppAssetMatcher.java | 54 return mQuery.lookupKey(); in getMatchedLookupKey()
|
D | WebAsset.java | 105 public int lookupKey() { in lookupKey() method in WebAsset
|
D | AndroidAppAsset.java | 98 public int lookupKey() { in lookupKey() method in AndroidAppAsset
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 107 public String lookupKey; field in CallerInfo 249 info.lookupKey = cursor.getString(columnIndex); in getCallerInfo()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 225 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact() argument
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | display-contact-badge.jd | 144 {@link android.provider.ContactsContract.Contacts#getLookupUri getLookupUri(id,lookupKey)} to
|