Home
last modified time | relevance | path

Searched defs:entryKey (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/
H A DReferencedKeyMap.java180 private ReferenceKey<K> entryKey(Object key) { in entryKey() method in ReferencedKeyMap
236 ReferenceKey<K> entryKey = entryKey(key); in put() local
305 ReferenceKey<K> entryKey = entryKey(key); in putIfAbsent() local
426 ReferenceKey<T> entryKey = setMap.get(setMap.lookupKey(key)); in existingKey() local
441 ReferenceKey<T> entryKey = setMap.entryKey(key); in internKey() local
473 ReferenceKey<T> entryKey = setMap.entryKey(key); in internAddKey() local
/aosp_15_r20/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderGetSession.java296 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
722 public Action getAuthenticationAction(String entryKey) { in getAuthenticationAction()
728 public Action getActionEntry(String entryKey) { in getActionEntry()
734 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry()
740 public CredentialEntry getCredentialEntry(String entryKey) { in getCredentialEntry()
745 public void updateAuthEntryWithNoCredentialsReceived(@Nullable String entryKey) { in updateAuthEntryWithNoCredentialsReceived()
755 private void updateMostRecentAuthEntry(String entryKey) { in updateMostRecentAuthEntry()
H A DProviderCreateSession.java225 public void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
399 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry()
407 public CreateEntry getCreateEntry(String entryKey) { in getCreateEntry()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/
DRemoteInputControllerLogger.java31 public final void logAddRemoteInput(@org.jetbrains.annotations.NotNull() in logAddRemoteInput()
41 public final void logRemoveRemoteInput(@org.jetbrains.annotations.NotNull() in logRemoveRemoteInput()
47 public final void logRemoteInputApplySkipped(@org.jetbrains.annotations.NotNull() in logRemoteInputApplySkipped()
/aosp_15_r20/frameworks/base/core/java/android/credentials/selection/
H A DUserSelectionDialogResult.java74 @NonNull String entryKey, @NonNull String entrySubkey) { in UserSelectionDialogResult()
83 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionDialogResult()
119 String entryKey = in.readString8(); in UserSelectionDialogResult() local
H A DUserSelectionResult.java84 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionResult()
/aosp_15_r20/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiPickerTracker.java784 final StandardWifiEntryKey entryKey = in updateStandardWifiEntryScans() local
996 final StandardWifiEntryKey entryKey = in updateKnownNetworkEntryScans() local
1273 final StandardWifiEntryKey entryKey = new StandardWifiEntryKey(matchingConfigs.get(0)); in conditionallyCreateConnectedNetworkRequestEntry() local
1302 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedStandardWifiEntry() local
1331 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedSuggestedWifiEntry() local
DHotspotNetworkDetailsTracker.java89 HotspotNetworkEntryKey entryKey = new HotspotNetworkEntryKey(key); in HotspotNetworkDetailsTracker() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DProviderRegistryGetSessionTest.java238 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException() local
271 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException() local
304 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_correctEntryKeyPendingIntentResponseExists_succeeds() local
/aosp_15_r20/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java171 final Object entryKey = entry.m_key; in get() local
240 final Object entryKey = entry.m_key; in put() local
309 final Object entryKey = entry.m_key; in remove() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kapt/gen/stubs/com/android/credentialmanager/model/
DEntryInfo.java11 private final java.lang.String entryKey = null; field in EntryInfo
21 java.lang.String providerId, @org.jetbrains.annotations.NotNull() in EntryInfo()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DLocalCache.java2130 K entryKey = e.getKey(); in lockedGetOrLoad() local
2337 K entryKey = e.getKey(); in insertLoadingValueReference() local
2621 K entryKey = e.getKey(); in getEntry() local
2736 K entryKey = e.getKey(); in put() local
2873 K entryKey = e.getKey(); in replace() local
2935 K entryKey = e.getKey(); in replace() local
2991 K entryKey = e.getKey(); in remove() local
3037 K entryKey = e.getKey(); in remove() local
3090 K entryKey = e.getKey(); in storeLoadedValue() local
3270 K entryKey = e.getKey(); in reclaimValue() local
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2134 K entryKey = e.getKey(); in lockedGetOrLoad() local
2244 K entryKey = e.getKey(); in compute() local
2427 K entryKey = e.getKey(); in insertLoadingValueReference() local
2711 K entryKey = e.getKey(); in getEntry() local
2826 K entryKey = e.getKey(); in put() local
2963 K entryKey = e.getKey(); in replace() local
3025 K entryKey = e.getKey(); in replace() local
3081 K entryKey = e.getKey(); in remove() local
3127 K entryKey = e.getKey(); in remove() local
3180 K entryKey = e.getKey(); in storeLoadedValue() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/repackaged-jarjar/kotlinc/
DCredentialManagerShared.jarcom/android/credentialmanager/model/get/RemoteEntryInfo.class RemoteEntryInfo.kt package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kotlin/
DCredentialManagerShared.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__CredentialManager__shared__android_common__CredentialManagerShared.kotlin_module com ...
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1434 K entryKey = e.getKey(); in getEntry() local
1532 K entryKey = e.getKey(); in put() local
1651 K entryKey = e.getKey(); in replace() local
1699 K entryKey = e.getKey(); in replace() local
1743 K entryKey = e.getKey(); in remove() local
1783 K entryKey = e.getKey(); in remove() local
1899 K entryKey = e.getKey(); in reclaimValue() local
1935 K entryKey = e.getKey(); in clearValueForTesting() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1434 K entryKey = e.getKey(); in getEntry() local
1532 K entryKey = e.getKey(); in put() local
1651 K entryKey = e.getKey(); in replace() local
1699 K entryKey = e.getKey(); in replace() local
1743 K entryKey = e.getKey(); in remove() local
1783 K entryKey = e.getKey(); in remove() local
1899 K entryKey = e.getKey(); in reclaimValue() local
1935 K entryKey = e.getKey(); in clearValueForTesting() local
/aosp_15_r20/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DCredentialSelectorViewModel.kt400 val entryKey = selectedEntry.entryKey in createFlowOnEntrySelected() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kapt/gen/stubs/com/android/credentialmanager/model/creation/
DRemoteInfo.java11 java.lang.String providerId, @org.jetbrains.annotations.NotNull() in RemoteInfo()
DCreateOptionInfo.java31 java.lang.String providerId, @org.jetbrains.annotations.NotNull() in CreateOptionInfo()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kapt/gen/stubs/com/android/credentialmanager/model/get/
DRemoteEntryInfo.java11 java.lang.String providerId, @org.jetbrains.annotations.NotNull() in RemoteEntryInfo()
DActionEntryInfo.java18 java.lang.String providerId, @org.jetbrains.annotations.NotNull() in ActionEntryInfo()
DAuthenticationEntryInfo.java20 java.lang.String providerId, @org.jetbrains.annotations.NotNull() in AuthenticationEntryInfo()
/aosp_15_r20/system/apex/tests/src/com/android/tests/apex/
H A DTimezoneDataHostTest.java83 List<DebugEntryProto> entries, String entryKey, String expectedValue) { in assertEntryValue()
/aosp_15_r20/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/
H A DEntryInfo.kt24 val entryKey: String, constant in com.android.credentialmanager.model.EntryInfo

12345678910>>...17