Home
last modified time | relevance | path

Searched refs:PendingIntentResultHandler (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderRegistryGetSession.java229 GetCredentialResponse getCredentialResponse = PendingIntentResultHandler in onCredentialEntrySelected()
286 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
287 GetCredentialException exception = PendingIntentResultHandler in maybeGetPendingIntentException()
293 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
DProviderCreateSession.java276 PendingIntentResultHandler.extractCreateCredentialResponse( in onCreateEntrySelected()
300 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
301 CreateCredentialException exception = PendingIntentResultHandler in maybeGetPendingIntentException()
307 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
DPendingIntentResultHandler.java34 public class PendingIntentResultHandler { class
DProviderGetSession.java432 GetCredentialResponse getCredentialResponse = PendingIntentResultHandler in onCredentialEntrySelected()
451 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
452 GetCredentialException exception = PendingIntentResultHandler in maybeGetPendingIntentException()
457 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
490 BeginGetCredentialResponse response = PendingIntentResultHandler in onAuthenticationEntrySelected()