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()
265 private void onCreateEntrySelected(ProviderPendingIntentResponse pendingIntentResponse) { in onCreateEntrySelected() argument267 pendingIntentResponse); in onCreateEntrySelected()276 pendingIntentResponse.getResultData()); in onCreateEntrySelected()286 private void onRemoteEntrySelected(ProviderPendingIntentResponse pendingIntentResponse) { in onRemoteEntrySelected() argument289 onCreateEntrySelected(pendingIntentResponse); in onRemoteEntrySelected()294 ProviderPendingIntentResponse pendingIntentResponse) { in maybeGetPendingIntentException() argument295 if (pendingIntentResponse == null) { in maybeGetPendingIntentException()299 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()301 .extractCreateCredentialException(pendingIntentResponse.getResultData()); in maybeGetPendingIntentException()306 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
281 ProviderPendingIntentResponse pendingIntentResponse) { in maybeGetPendingIntentException() argument282 if (pendingIntentResponse == null) { in maybeGetPendingIntentException()285 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()287 .extractGetCredentialException(pendingIntentResponse.getResultData()); in maybeGetPendingIntentException()292 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
397 ProviderPendingIntentResponse pendingIntentResponse) { in maybeGetPendingIntentException() argument398 if (pendingIntentResponse == null) { in maybeGetPendingIntentException()401 if (PendingIntentResultHandler.isValidResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()403 .extractGetCredentialException(pendingIntentResponse.getResultData()); in maybeGetPendingIntentException()407 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()