Home
last modified time | relevance | path

Searched refs:respondToClientWithErrorAndFinish (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/credentials/java/com/android/server/credentials/
DGetRequestSession.java122 respondToClientWithErrorAndFinish(exception, "Unable to instantiate selector"); in launchUiWithProviderData()
155 respondToClientWithErrorAndFinish(exception, in onFinalResponseReceived()
164 respondToClientWithErrorAndFinish(errorType, message); in onFinalErrorReceived()
176 respondToClientWithErrorAndFinish(exception, message); in onUiCancellation()
183 respondToClientWithErrorAndFinish(exception, in onUiSelectorInvocationFailure()
209 respondToClientWithErrorAndFinish(exception, in onProviderStatusChanged()
232 respondToClientWithErrorAndFinish(exception, in handleEmptyAuthenticationSelection()
DCreateRequestSession.java120 respondToClientWithErrorAndFinish( in launchUiWithProviderData()
154 respondToClientWithErrorAndFinish(exception, in onFinalResponseReceived()
162 respondToClientWithErrorAndFinish(errorType, message); in onFinalErrorReceived()
174 respondToClientWithErrorAndFinish(exception, message); in onUiCancellation()
181 respondToClientWithErrorAndFinish(exception, in onUiSelectorInvocationFailure()
199 respondToClientWithErrorAndFinish(exception, in onProviderStatusChanged()
DGetCandidateRequestSession.java127 respondToClientWithErrorAndFinish( in launchUiWithProviderData()
223 respondToClientWithErrorAndFinish( in onProviderStatusChanged()
DClearRequestSession.java149 respondToClientWithErrorAndFinish(exception, "All providers failed"); in processResponses()
DRequestSession.java376 protected void respondToClientWithErrorAndFinish(String errorType, String errorMsg) { in respondToClientWithErrorAndFinish() method in RequestSession