Home
last modified time | relevance | path

Searched refs:lookupKey (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
H A DResolvedNetworkType.kt34 val lookupKey: String
43 override val lookupKey: String = MobileMappings.toIconKey(NETWORK_TYPE_UNKNOWN)
49 override val lookupKey: String,
53 override val lookupKey: String,
59 override val lookupKey: String = "cwf"
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DContactsQueryHelper.java116 String lookupKey = null; in queryContact() local
132 lookupKey = cursor.getString(lookupKeyIndex); in queryContact()
134 mContactUri = Contacts.getLookupUri(contactId, lookupKey); in queryContact()
158 if (found && lookupKey != null && hasPhoneNumber) { in queryContact()
159 return queryPhoneNumber(lookupKey); in queryContact()
164 private boolean queryPhoneNumber(String lookupKey) { in queryPhoneNumber() argument
168 String[] selectionArgs = new String[] { lookupKey }; in queryPhoneNumber()
/aosp14/frameworks/base/core/java/android/provider/
H A DContactsInternal.java100 final String lookupKey = pathSegments.get(2); in maybeStartManagedQuickContact()
107 if (TextUtils.isEmpty(lookupKey) in maybeStartManagedQuickContact()
108 || !lookupKey.startsWith( in maybeStartManagedQuickContact()
122 final String actualLookupKey = lookupKey.substring( in maybeStartManagedQuickContact()
H A DContactsContract.java1686 final String lookupKey = c.getString(0); in getLookupUri() local
1688 return getLookupUri(contactId, lookupKey); in getLookupUri()
1703 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() argument
1704 if (TextUtils.isEmpty(lookupKey)) { in getLookupUri()
1708 lookupKey), contactId); in getLookupUri()
2970 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
2971 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
5040 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
5041 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
9252 if (!TextUtils.isEmpty(lookupKey)) { in rebuildManagedQuickContactsIntent()
[all …]
/aosp14/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java361 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
362 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
376 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
377 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DWebAssetMatcher.java41 return mQuery.lookupKey(); in getMatchedLookupKey()
H A DAbstractAsset.java62 public abstract int lookupKey(); in lookupKey() method in AbstractAsset
H A DAndroidAppAssetMatcher.java54 return mQuery.lookupKey(); in getMatchedLookupKey()
H A DWebAsset.java107 public int lookupKey() { in lookupKey() method in WebAsset
H A DAndroidAppAsset.java102 public int lookupKey() { in lookupKey() method in AndroidAppAsset
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfo.java126 public String lookupKey; field in CallerInfo
284 info.lookupKey = cursor.getString(columnIndex); in getCallerInfo()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DLocationBasedMobileIconViewModelTest.kt94 resolvedNetworkType.value = ResolvedNetworkType.DefaultNetworkType(lookupKey = "3G")
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DValidateNotificationPeopleTest.java418 private Cursor makeMockCursor(int id, String lookupKey, int starred, int hasPhone) { in makeMockCursor() argument
440 when(mockCursor.getString(1)).thenReturn(lookupKey); in makeMockCursor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java525 String lookupKey = cursor.getString( in getContactLookupKeysWithBirthdaysToday() local
527 lookupKeysWithBirthdaysToday.add(lookupKey); in getContactLookupKeysWithBirthdaysToday()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
H A DMobileIconInteractor.kt201 mapping[resolvedNetworkType.lookupKey] ?: defaultGroup
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryTest.kt464 assertThat(latest!!.lookupKey).isEqualTo(MobileMappings.toIconKey(NETWORK_TYPE_UNKNOWN))
/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl342 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt83829 Lcom/android/internal/telephony/CallerInfo;->lookupKey:Ljava/lang/String;