/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/ |
H A D | ResolvedNetworkType.kt | 34 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 D | ContactsQueryHelper.java | 116 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 D | ContactsInternal.java | 100 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 D | ContactsContract.java | 1686 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 D | QuickContactBadge.java | 361 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 D | WebAssetMatcher.java | 41 return mQuery.lookupKey(); in getMatchedLookupKey()
|
H A D | AbstractAsset.java | 62 public abstract int lookupKey(); in lookupKey() method in AbstractAsset
|
H A D | AndroidAppAssetMatcher.java | 54 return mQuery.lookupKey(); in getMatchedLookupKey()
|
H A D | WebAsset.java | 107 public int lookupKey() { in lookupKey() method in WebAsset
|
H A D | AndroidAppAsset.java | 102 public int lookupKey() { in lookupKey() method in AndroidAppAsset
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallerInfo.java | 126 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 D | LocationBasedMobileIconViewModelTest.kt | 94 resolvedNetworkType.value = ResolvedNetworkType.DefaultNetworkType(lookupKey = "3G")
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ValidateNotificationPeopleTest.java | 418 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 D | PeopleSpaceUtils.java | 525 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 D | MobileIconInteractor.kt | 201 mapping[resolvedNetworkType.lookupKey] ?: defaultGroup
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | MobileConnectionRepositoryTest.kt | 464 assertThat(latest!!.lookupKey).isEqualTo(MobileMappings.toIconKey(NETWORK_TYPE_UNKNOWN))
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | IDevicePolicyManager.aidl | 342 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact() argument
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 83829 Lcom/android/internal/telephony/CallerInfo;->lookupKey:Ljava/lang/String;
|