Searched refs:pendingIntentResponse (Results 1 – 4 of 4) sorted by relevance
37 ProviderPendingIntentResponse pendingIntentResponse) { in isValidResponse() argument39 return pendingIntentResponse.getResultCode() == Activity.RESULT_OK; in isValidResponse()44 ProviderPendingIntentResponse pendingIntentResponse) { in isCancelledResponse() argument45 return pendingIntentResponse.getResultCode() == Activity.RESULT_CANCELED; in isCancelledResponse()
266 private void onCreateEntrySelected(ProviderPendingIntentResponse pendingIntentResponse) { in onCreateEntrySelected() argument268 pendingIntentResponse); in onCreateEntrySelected()277 pendingIntentResponse.getResultData()); in onCreateEntrySelected()287 private void onRemoteEntrySelected(ProviderPendingIntentResponse pendingIntentResponse) { in onRemoteEntrySelected() argument290 onCreateEntrySelected(pendingIntentResponse); in onRemoteEntrySelected()295 ProviderPendingIntentResponse pendingIntentResponse) { in maybeGetPendingIntentException() argument296 if (pendingIntentResponse == null) { in maybeGetPendingIntentException()300 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()302 .extractCreateCredentialException(pendingIntentResponse.getResultData()); in maybeGetPendingIntentException()307 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
282 ProviderPendingIntentResponse pendingIntentResponse) { in maybeGetPendingIntentException() argument283 if (pendingIntentResponse == null) { in maybeGetPendingIntentException()286 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()288 .extractGetCredentialException(pendingIntentResponse.getResultData()); in maybeGetPendingIntentException()293 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
447 ProviderPendingIntentResponse pendingIntentResponse) { in maybeGetPendingIntentException() argument448 if (pendingIntentResponse == null) { in maybeGetPendingIntentException()451 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()453 .extractGetCredentialException(pendingIntentResponse.getResultData()); in maybeGetPendingIntentException()457 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()