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 168 final AccountAuthenticatorResponse authenticatorResponse =
170 if (authenticatorResponse != null) {
171 authenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED, "canceled");
329 final AccountAuthenticatorResponse authenticatorResponse =
331 if (authenticatorResponse != null) {
332 authenticatorResponse.onResult(null);
AccountSetupBasics.java 250 final AccountAuthenticatorResponse authenticatorResponse =
252 mSetupData.setAccountAuthenticatorResponse(authenticatorResponse);
253 if (authenticatorResponse != null) {
328 final AccountAuthenticatorResponse authenticatorResponse =
330 if (authenticatorResponse != null) {
331 authenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED, "canceled");

Completed in 25 milliseconds