Home
last modified time | relevance | path

Searched refs:lookupKey (Results 1 – 23 of 23) 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() argument
107 true /* shouldDisplayIcon */, isFirstLevel, isValid, lookupKey, permissions); in RecipientEntry()
113 boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) { in RecipientEntry() argument
127 mLookupKey = lookupKey; in RecipientEntry()
136 String lookupKey) { in RecipientEntry() argument
139 lookupKey, null); in RecipientEntry()
193 String lookupKey) { in constructTopLevelEntry() argument
196 contactId, directoryId, dataId, photoThumbnailUri, true, isValid, lookupKey, in constructTopLevelEntry()
203 String lookupKey) { in constructTopLevelEntry() argument
207 ? Uri.parse(thumbnailUriAsString) : null), true, isValid, lookupKey, in constructTopLevelEntry()
[all …]
DRecipientAlternatesAdapter.java370 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
373 this(context, contactId, directoryId, lookupKey, currentId, queryMode, listener, in RecipientAlternatesAdapter()
378 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
382 getCursorForConstruction(context, contactId, directoryId, lookupKey, queryMode, in RecipientAlternatesAdapter()
394 Long directoryId, String lookupKey, int queryType, in getCursorForConstruction() argument
403 if (directoryId == null || lookupKey == null) { in getCursorForConstruction()
407 uri = Contacts.getLookupUri(contactId, lookupKey) in getCursorForConstruction()
418 if (lookupKey == null) { in getCursorForConstruction()
422 uri = Contacts.getLookupUri(contactId, lookupKey) in getCursorForConstruction()
444 final Cursor resultCursor = removeUndesiredDestinations(cursor, desiredMimeType, lookupKey); in getCursorForConstruction()
[all …]
DBaseRecipientAdapter.java149 public final String lookupKey; field in BaseRecipientAdapter.TemporaryEntry
161 String lookupKey) { in TemporaryEntry() argument
171 this.lookupKey = lookupKey; in TemporaryEntry()
184 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY); in TemporaryEntry()
819 true, entry.lookupKey)); in putOneEntry()
828 true, entry.lookupKey)); in putOneEntry()
836 true, entry.lookupKey)); in putOneEntry()
/frameworks/base/services/people/java/com/android/server/people/data/
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()
/frameworks/base/core/java/android/provider/
DE2eeContactKeysManager.java122 public void updateOrInsertE2eeContactKey(@NonNull String lookupKey, in updateOrInsertE2eeContactKey() argument
129 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateOrInsertE2eeContactKey()
151 @NonNull String lookupKey, in getE2eeContactKey()
155 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in getE2eeContactKey()
179 public List<E2eeContactKey> getAllE2eeContactKeys(@NonNull String lookupKey) { in getAllE2eeContactKeys() argument
181 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in getAllE2eeContactKeys()
207 public List<E2eeContactKey> getOwnerE2eeContactKeys(@NonNull String lookupKey) { in getOwnerE2eeContactKeys() argument
209 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in getOwnerE2eeContactKeys()
236 public boolean updateE2eeContactKeyLocalVerificationState(@NonNull String lookupKey, in updateE2eeContactKeyLocalVerificationState() argument
243 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateE2eeContactKeyLocalVerificationState()
[all …]
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()
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()
9255 public static Intent rebuildManagedQuickContactsIntent(String lookupKey, long contactId, in rebuildManagedQuickContactsIntent() argument
[all …]
/frameworks/base/core/java/android/widget/
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()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DWebAssetMatcher.java41 return mQuery.lookupKey(); in getMatchedLookupKey()
DAbstractAsset.java62 public abstract int lookupKey(); in lookupKey() method in AbstractAsset
DAndroidAppAssetMatcher.java54 return mQuery.lookupKey(); in getMatchedLookupKey()
DWebAsset.java107 public int lookupKey() { in lookupKey() method in WebAsset
DAndroidAppAsset.java102 public int lookupKey() { in lookupKey() method in AndroidAppAsset
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java126 public String lookupKey; field in CallerInfo
284 info.lookupKey = cursor.getString(columnIndex); in getCallerInfo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DLocationBasedMobileIconViewModelTest.kt105 resolvedNetworkType.value = ResolvedNetworkType.DefaultNetworkType(lookupKey = "3G") in setUp()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java525 String lookupKey = cursor.getString( in getContactLookupKeysWithBirthdaysToday() local
527 lookupKeysWithBirthdaysToday.add(lookupKey); in getContactLookupKeysWithBirthdaysToday()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractor.kt215 mapping[resolvedNetworkType.lookupKey] ?: defaultGroup in mapping()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt479 assertThat(latest!!.lookupKey).isEqualTo(MobileMappings.toIconKey(NETWORK_TYPE_UNKNOWN)) in networkType_unknown_hasCorrectKey()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl344 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83186 Lcom/android/internal/telephony/CallerInfo;->lookupKey:Ljava/lang/String;