Searched refs:SESSION_BUNDLE (Results 1 – 2 of 2) sorted by relevance
53 public static final Bundle SESSION_BUNDLE = new Bundle(); field in AccountManagerUnaffiliatedAuthenticatorTests62 SESSION_BUNDLE.putString(SESSION_DATA_NAME_1, SESSION_DATA_VALUE_1); in setUp()490 options.putBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE, SESSION_BUNDLE); in createOptionsWithAccountName()
112 public static final Bundle SESSION_BUNDLE = new Bundle(); field in AccountManagerTest150 SESSION_BUNDLE.putString(SESSION_DATA_NAME_1, SESSION_DATA_VALUE_1); in setUp()151 SESSION_BUNDLE.putString(AccountManager.KEY_ACCOUNT_TYPE, ACCOUNT_TYPE); in setUp()3206 SESSION_BUNDLE.putString(Fixtures.KEY_ACCOUNT_NAME, accountName);3209 options.putBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE, SESSION_BUNDLE);3340 validateFinishSessionOptions(accountName, SESSION_BUNDLE);3382 validateFinishSessionOptions(accountName, SESSION_BUNDLE);3490 SESSION_BUNDLE.remove(AccountManager.KEY_ACCOUNT_TYPE);3521 validateFinishSessionOptions(accountName, SESSION_BUNDLE);3538 SESSION_BUNDLE.remove(AccountManager.KEY_ACCOUNT_TYPE);[all …]