Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/credentials/selection/
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
DUserSelectionResult.java84 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionResult()
/frameworks/base/services/credentials/java/com/android/server/credentials/
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()
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()
DProviderRegistryGetSession.java200 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
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
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/
DEntryInfo.kt24 val entryKey: String, constant in com.android.credentialmanager.model.EntryInfo
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiPickerTracker.java770 final StandardWifiEntryKey entryKey = in updateStandardWifiEntryScans() local
982 final StandardWifiEntryKey entryKey = in updateKnownNetworkEntryScans() local
1249 final StandardWifiEntryKey entryKey = new StandardWifiEntryKey(matchingConfigs.get(0)); in conditionallyCreateConnectedNetworkRequestEntry() local
1278 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedStandardWifiEntry() local
1307 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedSuggestedWifiEntry() local
DHotspotNetworkDetailsTracker.java85 HotspotNetworkEntryKey entryKey = new HotspotNetworkEntryKey(key); in HotspotNetworkDetailsTracker() local
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java273 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles() local
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt400 val entryKey = selectedEntry.entryKey in createFlowOnEntrySelected() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinator.java267 final String entryKey = entry.getKey(); in temporarilyAllowSectionChanges() local
DHeadsUpCoordinator.kt477 val entryKey = entry.key in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java647 public boolean isSpinning(String entryKey) { in isSpinning()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java1561 final StandardWifiEntryKey entryKey = new StandardWifiEntryKey( in testStandardWifiEntryKey_toAndFromJson_matches() local