Home
last modified time | relevance | path

Searched refs:sessionBundle (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java445 Bundle sessionBundle) throws RemoteException { in finishSession() argument
452 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 …]
DIAccountAuthenticator.aidl114 in Bundle sessionBundle); in finishSession() argument
DIAccountManager.aidl103 void finishSessionAsUser(in IAccountManagerResponse response, in Bundle sessionBundle, in finishSessionAsUser() argument
DAccountManager.java3211 final Bundle sessionBundle,
3216 sessionBundle,
3230 final Bundle sessionBundle,
3235 if (sessionBundle == null) {
3248 sessionBundle,
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java271 Bundle sessionBundle = null; in startAddAccountSession() local
275 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() local
331 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() argument
381 if (sessionBundle != null) { in finishSession()
[all …]
DAccountManagerServiceTest.java562 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local
563 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() local
595 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() local
748 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 …]
DTestAccountType2Authenticator.java133 Bundle sessionBundle) throws NetworkErrorException { in finishSession() argument
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3437 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in onResult() local
3438 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() argument
3473 Bundle.setDefusable(sessionBundle, true); in finishSessionAsUser()
3487 if (sessionBundle == null || sessionBundle.size() == 0) { in finishSessionAsUser()
3514 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...