Home
last modified time | relevance | path

Searched refs:TYPE_USER_CANCELED (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/credentials/
H A DGetCredentialException.java57 public static final String TYPE_USER_CANCELED = field in GetCredentialException
H A DCreateCredentialException.java57 public static final String TYPE_USER_CANCELED = field in CreateCredentialException
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DCreateRequestSession.java164 String exception = CreateCredentialException.TYPE_USER_CANCELED; in onUiCancellation()
H A DGetRequestSession.java164 String exception = GetCredentialException.TYPE_USER_CANCELED; in onUiCancellation()
H A DProviderRegistryGetSession.java293 return new GetCredentialException(GetCredentialException.TYPE_USER_CANCELED); in maybeGetPendingIntentException()
H A DProviderCreateSession.java307 return new CreateCredentialException(CreateCredentialException.TYPE_USER_CANCELED); in maybeGetPendingIntentException()
H A DProviderGetSession.java408 return new GetCredentialException(GetCredentialException.TYPE_USER_CANCELED); in maybeGetPendingIntentException()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DProviderRegistryGetSessionTest.java286 .isEqualTo(GetCredentialException.TYPE_USER_CANCELED); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13602 …nNull public static final String TYPE_USER_CANCELED = "android.credentials.CreateCredentialExcepti…
13693 …NonNull public static final String TYPE_USER_CANCELED = "android.credentials.GetCredentialExceptio…