Home
last modified time | relevance | path

Searched defs:lookupKey (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java85 String lookupKey) { in RecipientEntry()
164 String lookupKey) { in constructTopLevelEntry()
173 String lookupKey) { in constructTopLevelEntry()
183 String thumbnailUriAsString, boolean isValid, String lookupKey) { in constructSecondLevelEntry()
DRecipientAlternatesAdapter.java362 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter()
369 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter()
382 Long directoryId, String lookupKey, int queryType) { in getCursorForConstruction()
457 final String lookupKey) { in removeUndesiredDestinations()
DBaseRecipientAdapter.java137 public final String lookupKey; field in BaseRecipientAdapter.TemporaryEntry
149 String lookupKey) { in TemporaryEntry()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DAbstractAsset.java62 public abstract int lookupKey(); in lookupKey() method in AbstractAsset
DWebAsset.java105 public int lookupKey() { in lookupKey() method in WebAsset
DAndroidAppAsset.java98 public int lookupKey() { in lookupKey() method in AndroidAppAsset
/frameworks/base/core/java/android/provider/
DContactsInternal.java93 final String lookupKey = pathSegments.get(2); in maybeStartManagedQuickContact() local
DContactsContract.java1509 final String lookupKey = c.getString(0); in getLookupUri() local
1526 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri()
2751 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
4695 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
8299 public static Intent rebuildManagedQuickContactsIntent(String lookupKey, long contactId, in rebuildManagedQuickContactsIntent()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java351 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
366 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java104 public String lookupKey; field in CallerInfo
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl194 void startManagedQuickContact(String lookupKey, long contactId, in Intent originalIntent); in startManagedQuickContact()