Searched refs:SESSION_BUNDLE (Results 1 – 2 of 2) sorted by relevance
51 public static final Bundle SESSION_BUNDLE = new Bundle(); field in AccountManagerUnaffiliatedAuthenticatorTests60 SESSION_BUNDLE.putString(SESSION_DATA_NAME_1, SESSION_DATA_VALUE_1); in setUp()460 options.putBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE, SESSION_BUNDLE); in createOptionsWithAccountName()
113 public static final Bundle SESSION_BUNDLE = new Bundle(); field in AccountManagerTest151 SESSION_BUNDLE.putString(SESSION_DATA_NAME_1, SESSION_DATA_VALUE_1); in setUp()152 SESSION_BUNDLE.putString(AccountManager.KEY_ACCOUNT_TYPE, ACCOUNT_TYPE); in setUp()3220 SESSION_BUNDLE.putString(Fixtures.KEY_ACCOUNT_NAME, accountName);3223 options.putBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE, SESSION_BUNDLE);3354 validateFinishSessionOptions(accountName, SESSION_BUNDLE);3396 validateFinishSessionOptions(accountName, SESSION_BUNDLE);3504 SESSION_BUNDLE.remove(AccountManager.KEY_ACCOUNT_TYPE);3535 validateFinishSessionOptions(accountName, SESSION_BUNDLE);3552 SESSION_BUNDLE.remove(AccountManager.KEY_ACCOUNT_TYPE);[all …]