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

  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 37 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
58 mAccountAuthenticatorResponse =
61 if (mAccountAuthenticatorResponse != null) {
62 mAccountAuthenticatorResponse.onRequestContinued();
70 if (mAccountAuthenticatorResponse != null) {
73 mAccountAuthenticatorResponse.onResult(mResultBundle);
75 mAccountAuthenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED,
78 mAccountAuthenticatorResponse = null;
AccountAuthenticatorResponse.java 31 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse;
37 mAccountAuthenticatorResponse = response;
41 mAccountAuthenticatorResponse =
52 mAccountAuthenticatorResponse.onResult(result);
63 mAccountAuthenticatorResponse.onRequestContinued();
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
85 dest.writeStrongBinder(mAccountAuthenticatorResponse.asBinder());
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 166 private AccountAuthenticatorResponse mAccountAuthenticatorResponse;
208 mAccountAuthenticatorResponse =
220 mAccountAuthenticatorResponse = getIntent()
222 if (mAccountAuthenticatorResponse != null) {
455 outState.putParcelable(SAVESTATE_KEY_AUTHENTICATOR_RESPONSE, mAccountAuthenticatorResponse);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 254 milliseconds