Searched defs:lookupKey (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 104 String lookupKey, String[] permissions) { in RecipientEntry() 113 boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) { in RecipientEntry() 136 String lookupKey) { in RecipientEntry() 193 String lookupKey) { in constructTopLevelEntry() 203 String lookupKey) { in constructTopLevelEntry() 214 String thumbnailUriAsString, boolean isValid, String lookupKey) { in constructSecondLevelEntry()
|
D | RecipientAlternatesAdapter.java | 370 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() 378 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() 394 Long directoryId, String lookupKey, int queryType, in getCursorForConstruction() 468 final String lookupKey) { in removeUndesiredDestinations()
|
D | BaseRecipientAdapter.java | 149 public final String lookupKey; field in BaseRecipientAdapter.TemporaryEntry 161 String lookupKey) { in TemporaryEntry()
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | AbstractAsset.java | 62 public abstract int lookupKey(); in lookupKey() method in AbstractAsset
|
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/core/java/android/widget/ |
D | QuickContactBadge.java | 359 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local 374 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 107 public String lookupKey; field in CallerInfo
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 1635 final String lookupKey = c.getString(0); in getLookupUri() local 1652 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() 2890 final String lookupKey = cursor.getString(1); in getContactLookupUri() local 4846 final String lookupKey = cursor.getString(1); in getContactLookupUri() local 8511 public static Intent rebuildManagedQuickContactsIntent(String lookupKey, long contactId, in rebuildManagedQuickContactsIntent()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 245 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact()
|