Searched refs:PendingIntentResultHandler (Results 1 – 4 of 4) sorted by relevance
228 GetCredentialResponse getCredentialResponse = PendingIntentResultHandler in onCredentialEntrySelected()285 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()286 GetCredentialException exception = PendingIntentResultHandler in maybeGetPendingIntentException()292 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
275 PendingIntentResultHandler.extractCreateCredentialResponse( in onCreateEntrySelected()299 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()300 CreateCredentialException exception = PendingIntentResultHandler in maybeGetPendingIntentException()306 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
382 GetCredentialResponse getCredentialResponse = PendingIntentResultHandler in onCredentialEntrySelected()401 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()402 GetCredentialException exception = PendingIntentResultHandler in maybeGetPendingIntentException()407 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()440 BeginGetCredentialResponse response = PendingIntentResultHandler in onAuthenticationEntrySelected()
34 public class PendingIntentResultHandler { class