Home
last modified time | relevance | path

Searched defs:providerPendingIntentResponse (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DProviderRegistryGetSessionTest.java203 final ProviderPendingIntentResponse providerPendingIntentResponse = new in testOnUiEntrySelected_wrongEntryKey_doesNothing() local
241 final ProviderPendingIntentResponse providerPendingIntentResponse = new in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException() local
273 final ProviderPendingIntentResponse providerPendingIntentResponse = new in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException() local
305 final ProviderPendingIntentResponse providerPendingIntentResponse = new in testOnUiEntrySelected_correctEntryKeyPendingIntentResponseExists_succeeds() local
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderGetSession.java251 ProviderPendingIntentResponse providerPendingIntentResponse) { in onUiEntrySelected()
363 ProviderPendingIntentResponse providerPendingIntentResponse) { in onRemoteEntrySelected()
368 ProviderPendingIntentResponse providerPendingIntentResponse) { in onCredentialEntrySelected()
419 private boolean onAuthenticationEntrySelected( in onAuthenticationEntrySelected()
469 providerPendingIntentResponse) { in onActionEntrySelected()
H A DProviderRegistryGetSession.java200 ProviderPendingIntentResponse providerPendingIntentResponse) { in onUiEntrySelected()
216 ProviderPendingIntentResponse providerPendingIntentResponse) { in onCredentialEntrySelected()
H A DProviderClearSession.java127 ProviderPendingIntentResponse providerPendingIntentResponse) { in onUiEntrySelected()
H A DProviderCreateSession.java225 ProviderPendingIntentResponse providerPendingIntentResponse) { in onUiEntrySelected()
H A DProviderSession.java289 ProviderPendingIntentResponse providerPendingIntentResponse); in onUiEntrySelected()
/aosp14/frameworks/base/core/java/android/credentials/ui/
H A DUserSelectionDialogResult.java74 @Nullable ProviderPendingIntentResponse providerPendingIntentResponse) { in UserSelectionDialogResult()