Home
last modified time | relevance | path

Searched refs:onFinalErrorReceived (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderSession.java139 void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() method
244 mCallbacks.onFinalErrorReceived(mComponentName, errorType, errorMessage); in invokeCallbackWithError()
H A DClearRequestSession.java131 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() method in ClearRequestSession
H A DCreateRequestSession.java157 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() method in CreateRequestSession
H A DGetRequestSession.java157 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() method in GetRequestSession
H A DProviderCreateSession.java319 mCallbacks.onFinalErrorReceived(mComponentName, in invokeCallbackOnInternalInvalidState()
H A DProviderGetSession.java498 mCallbacks.onFinalErrorReceived(mComponentName, in invokeCallbackOnInternalInvalidState()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DProviderRegistryGetSessionTest.java249 verify(mGetRequestSession).onFinalErrorReceived(cpComponentNameCaptor.capture(), in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException()
281 verify(mGetRequestSession).onFinalErrorReceived(cpComponentNameCaptor.capture(), in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException()