Searched refs:PendingIntentResultHandler (Results 1 – 4 of 4) sorted by relevance
229 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()
276 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()
34 public class PendingIntentResultHandler { class
432 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()