/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/ |
D | ResolvedNetworkType.kt | 34 val lookupKey: String constant 43 override val lookupKey: String = MobileMappings.toIconKey(NETWORK_TYPE_UNKNOWN) constant 49 override val lookupKey: String, in toString() constant in com.android.systemui.statusbar.pipeline.mobile.data.model.ResolvedNetworkType.DefaultNetworkType 53 override val lookupKey: String, in toString() constant in com.android.systemui.statusbar.pipeline.mobile.data.model.ResolvedNetworkType.OverrideNetworkType 59 override val lookupKey: String = "cwf" in toString() constant
|
/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 | 107 public int lookupKey() { in lookupKey() method in WebAsset
|
D | AndroidAppAsset.java | 102 public int lookupKey() { in lookupKey() method in AndroidAppAsset
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | ContactsQueryHelper.java | 116 String lookupKey = null; in queryContact() local 164 private boolean queryPhoneNumber(String lookupKey) { in queryPhoneNumber()
|
/frameworks/base/core/java/android/widget/ |
D | QuickContactBadge.java | 361 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local 376 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 126 public String lookupKey; field in CallerInfo
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ValidateNotificationPeopleTest.java | 397 private Cursor makeMockCursor(int id, String lookupKey, int starred, int hasPhone) { in makeMockCursor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleSpaceUtils.java | 525 String lookupKey = cursor.getString( in getContactLookupKeysWithBirthdaysToday() local
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 1654 final String lookupKey = c.getString(0); in getLookupUri() local 1671 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() 2937 final String lookupKey = cursor.getString(1); in getContactLookupUri() local 5007 final String lookupKey = cursor.getString(1); in getContactLookupUri() local 9222 public static Intent rebuildManagedQuickContactsIntent(String lookupKey, long contactId, in rebuildManagedQuickContactsIntent()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 328 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact()
|