Home
last modified time | relevance | path

Searched refs:TYPE_NO_CREDENTIAL (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DGetRequestSession.java148 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in onFinalResponseReceived()
176 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in onUiSelectorInvocationFailure()
202 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in onProviderStatusChanged()
225 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in handleEmptyAuthenticationSelection()
H A DProviderGetSession.java410 return new GetCredentialException(GetCredentialException.TYPE_NO_CREDENTIAL); in maybeGetPendingIntentException()
499 GetCredentialException.TYPE_NO_CREDENTIAL, null); in invokeCallbackOnInternalInvalidState()
H A DProviderRegistryGetSession.java295 return new GetCredentialException(GetCredentialException.TYPE_NO_CREDENTIAL); in maybeGetPendingIntentException()
H A DCredentialManagerService.java511 GetCredentialException.TYPE_NO_CREDENTIAL, in executeGetCredential()
/aosp14/frameworks/base/core/java/android/credentials/
H A DGetCredentialException.java48 public static final String TYPE_NO_CREDENTIAL = field in GetCredentialException
H A DPrepareGetCredentialResponse.java76 new GetCredentialException(GetCredentialException.TYPE_NO_CREDENTIAL))); in show()
/aosp14/frameworks/base/core/tests/coretests/src/android/credentials/
H A DCredentialManagerTest.java212 .onError(GetCredentialException.TYPE_NO_CREDENTIAL, "no credential found"); in testGetCredential_noCredential()
216 .isEqualTo(GetCredentialException.TYPE_NO_CREDENTIAL); in testGetCredential_noCredential()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13691 …NonNull public static final String TYPE_NO_CREDENTIAL = "android.credentials.GetCredentialExceptio…