Searched refs:sessionBundle (Results 1 – 9 of 9) sorted by relevance
445 Bundle sessionBundle) throws RemoteException { in finishSession() argument452 new AccountAuthenticatorResponse(response), accountType, sessionBundle); in finishSession()803 Bundle sessionBundle = new Bundle(); in startAddAccountSession()804 sessionBundle.putString(KEY_AUTH_TOKEN_TYPE, authTokenType); in startAddAccountSession()805 sessionBundle.putStringArray(KEY_REQUIRED_FEATURES, requiredFeatures); in startAddAccountSession()806 sessionBundle.putBundle(KEY_OPTIONS, options); in startAddAccountSession()808 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in startAddAccountSession()857 Bundle sessionBundle = new Bundle(); in startUpdateCredentialsSession()858 sessionBundle.putString(KEY_AUTH_TOKEN_TYPE, authTokenType); in startUpdateCredentialsSession()859 sessionBundle.putParcelable(KEY_ACCOUNT, account); in startUpdateCredentialsSession()[all …]
114 in Bundle sessionBundle); in finishSession() argument
103 void finishSessionAsUser(in IAccountManagerResponse response, in Bundle sessionBundle, in finishSessionAsUser() argument
3211 final Bundle sessionBundle,3216 sessionBundle,3230 final Bundle sessionBundle,3235 if (sessionBundle == null) {3248 sessionBundle,
271 Bundle sessionBundle = null; in startAddAccountSession() local275 sessionBundle = options.getBundle( in startAddAccountSession()283 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in startAddAccountSession()299 sessionBundle); in startAddAccountSession()328 Bundle sessionBundle = null; in startUpdateCredentialsSession() local331 sessionBundle = options.getBundle( in startUpdateCredentialsSession()338 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, sessionBundle); in startUpdateCredentialsSession()356 sessionBundle); in startUpdateCredentialsSession()374 Bundle sessionBundle) throws NetworkErrorException { in finishSession() argument381 if (sessionBundle != null) { in finishSession()[all …]
562 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local563 assertNotNull(sessionBundle); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()565 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()594 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartAddAccountSessionSuccessWithPasswordForwarding() local595 assertNotNull(sessionBundle); in testStartAddAccountSessionSuccessWithPasswordForwarding()597 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartAddAccountSessionSuccessWithPasswordForwarding()747 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() local748 assertNotNull(sessionBundle); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()750 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()778 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() local[all …]
133 Bundle sessionBundle) throws NetworkErrorException { in finishSession() argument
3437 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in onResult() local3438 if (sessionBundle != null) { in onResult()3439 String accountType = sessionBundle.getString(AccountManager.KEY_ACCOUNT_TYPE); in onResult()3446 sessionBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, mAccountType); in onResult()3451 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()3469 @NonNull Bundle sessionBundle, in finishSessionAsUser() argument3473 Bundle.setDefusable(sessionBundle, true); in finishSessionAsUser()3487 if (sessionBundle == null || sessionBundle.size() == 0) { in finishSessionAsUser()3514 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...