Searched refs:KEY_ACCOUNT_SESSION_BUNDLE (Results 1 – 8 of 8) sorted by relevance
276 AccountManagerServiceTestFixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startAddAccountSession()283 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in startAddAccountSession()298 eventualActivityResultData.putExtra(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, in startAddAccountSession()332 AccountManagerServiceTestFixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startUpdateCredentialsSession()338 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in startUpdateCredentialsSession()355 eventualActivityResultData.putExtra(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, in startUpdateCredentialsSession()389 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in finishSession()
28 public static final String KEY_ACCOUNT_SESSION_BUNDLE = field in AccountManagerServiceTestFixtures
559 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()591 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartAddAccountSessionSuccessWithPasswordForwarding()742 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()773 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()1066 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testFinishSessionAsUserSuccess()3155 options.putBundle(AccountManagerServiceTestFixtures.KEY_ACCOUNT_SESSION_BUNDLE, in createOptionsWithAccountName()
809 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in startAddAccountSession()863 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in startUpdateCredentialsSession()
276 public static final String KEY_ACCOUNT_SESSION_BUNDLE = "accountSessionBundle"; field in AccountManager
3438 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in onResult()3453 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, encryptedBundle); in onResult()
251 Landroid/accounts/AccountManager;->KEY_ACCOUNT_SESSION_BUNDLE:Ljava/lang/String;
3051 field public static final java.lang.String KEY_ACCOUNT_SESSION_BUNDLE = "accountSessionBundle";