Searched refs:respondToClientWithErrorAndFinish (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/credentials/java/com/android/server/credentials/ |
D | GetRequestSession.java | 122 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()
|
D | CreateRequestSession.java | 120 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()
|
D | GetCandidateRequestSession.java | 127 respondToClientWithErrorAndFinish( in launchUiWithProviderData() 223 respondToClientWithErrorAndFinish( in onProviderStatusChanged()
|
D | ClearRequestSession.java | 149 respondToClientWithErrorAndFinish(exception, "All providers failed"); in processResponses()
|
D | RequestSession.java | 376 protected void respondToClientWithErrorAndFinish(String errorType, String errorMsg) { in respondToClientWithErrorAndFinish() method in RequestSession
|