Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DResolvedNetworkType.kt34 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/
DRecipientEntry.java104 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()
DRecipientAlternatesAdapter.java370 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()
DBaseRecipientAdapter.java149 public final String lookupKey; field in BaseRecipientAdapter.TemporaryEntry
161 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.java107 public int lookupKey() { in lookupKey() method in WebAsset
DAndroidAppAsset.java102 public int lookupKey() { in lookupKey() method in AndroidAppAsset
/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java116 String lookupKey = null; in queryContact() local
164 private boolean queryPhoneNumber(String lookupKey) { in queryPhoneNumber()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java361 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/
DCallerInfo.java126 public String lookupKey; field in CallerInfo
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java397 private Cursor makeMockCursor(int id, String lookupKey, int starred, int hasPhone) { in makeMockCursor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java525 String lookupKey = cursor.getString( in getContactLookupKeysWithBirthdaysToday() local
/frameworks/base/core/java/android/provider/
DContactsContract.java1654 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/
DIDevicePolicyManager.aidl328 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact()