Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DPendingIntentResultHandler.java43 public static boolean isCancelledResponse( in isCancelledResponse() method in PendingIntentResultHandler
H A DProviderRegistryGetSession.java292 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
H A DProviderCreateSession.java306 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()
H A DProviderGetSession.java407 } else if (PendingIntentResultHandler.isCancelledResponse(pendingIntentResponse)) { in maybeGetPendingIntentException()