Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
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
/frameworks/base/services/credentials/java/com/android/server/credentials/
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()
DProviderRegistryGetSession.java200 ProviderPendingIntentResponse providerPendingIntentResponse) { in onUiEntrySelected()
216 ProviderPendingIntentResponse providerPendingIntentResponse) { in onCredentialEntrySelected()
DProviderClearSession.java127 ProviderPendingIntentResponse providerPendingIntentResponse) { in onUiEntrySelected()
DProviderCreateSession.java225 ProviderPendingIntentResponse providerPendingIntentResponse) { in onUiEntrySelected()
DProviderSession.java289 ProviderPendingIntentResponse providerPendingIntentResponse); in onUiEntrySelected()
/frameworks/base/core/java/android/credentials/ui/
DUserSelectionDialogResult.java74 @Nullable ProviderPendingIntentResponse providerPendingIntentResponse) { in UserSelectionDialogResult()