Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/credentials/ui/
H A DUserSelectionDialogResult.java64 @NonNull String entryKey, @NonNull String entrySubkey) { in UserSelectionDialogResult()
73 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionDialogResult()
109 String entryKey = in.readString8(); in UserSelectionDialogResult() local
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderGetSession.java250 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
672 public Action getAuthenticationAction(String entryKey) { in getAuthenticationAction()
678 public Action getActionEntry(String entryKey) { in getActionEntry()
684 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry()
690 public CredentialEntry getCredentialEntry(String entryKey) { in getCredentialEntry()
695 public void updateAuthEntryWithNoCredentialsReceived(@Nullable String entryKey) { in updateAuthEntryWithNoCredentialsReceived()
705 private void updateMostRecentAuthEntry(String entryKey) { in updateMostRecentAuthEntry()
H A DProviderCreateSession.java224 public void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
398 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry()
406 public CreateEntry getCreateEntry(String entryKey) { in getCreateEntry()
H A DProviderRegistryGetSession.java199 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
/aosp14/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
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java273 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinator.java241 final String entryKey = entry.getKey(); in temporarilyAllowSectionChanges() local
H A DHeadsUpCoordinator.kt471 val entryKey = entry.key regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DCredentialSelectorViewModel.kt368 val entryKey = selectedEntry.entryKey regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java638 public boolean isSpinning(String entryKey) { in isSpinning()