HomeSort by relevance Sort by last modified time
    Searched refs:authenticatorResponse (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptions.java 172 AccountAuthenticatorResponse authenticatorResponse =
174 if (authenticatorResponse != null) {
175 authenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED, "canceled");
325 AccountAuthenticatorResponse authenticatorResponse =
327 if (authenticatorResponse != null) {
328 authenticatorResponse.onResult(null);
AccountSetupBasics.java 258 AccountAuthenticatorResponse authenticatorResponse =
260 SetupData.setAccountAuthenticatorResponse(authenticatorResponse);
261 if (authenticatorResponse != null) {
336 AccountAuthenticatorResponse authenticatorResponse =
338 if (authenticatorResponse != null) {
339 authenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED, "canceled");

Completed in 1388 milliseconds