Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java444 Bundle sessionBundle) throws RemoteException { in finishSession() argument
802 Bundle sessionBundle = new Bundle(); in startAddAccountSession()
805 sessionBundle.putBundle(KEY_OPTIONS, options); in startAddAccountSession()
856 Bundle sessionBundle = new Bundle(); in startUpdateCredentialsSession()
858 sessionBundle.putParcelable(KEY_ACCOUNT, account); in startUpdateCredentialsSession()
859 sessionBundle.putBundle(KEY_OPTIONS, options); in startUpdateCredentialsSession()
916 if (sessionBundle == null) { in finishSession()
925 if (!sessionBundle.containsKey(KEY_AUTH_TOKEN_TYPE)) { in finishSession()
938 Bundle options = sessionBundle.getBundle(KEY_OPTIONS); in finishSession()
940 Account account = sessionBundle.getParcelable(KEY_ACCOUNT); in finishSession()
[all …]
H A DIAccountAuthenticator.aidl114 in Bundle sessionBundle); in finishSession() argument
H A DAccountManager.java3321 final Bundle sessionBundle,
3326 sessionBundle,
3340 final Bundle sessionBundle,
3345 if (sessionBundle == null) {
3358 sessionBundle,
H A DIAccountManager.aidl97 void finishSessionAsUser(in IAccountManagerResponse response, in Bundle sessionBundle, in finishSessionAsUser() argument
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A 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()
356 sessionBundle); in startUpdateCredentialsSession()
374 Bundle sessionBundle) throws NetworkErrorException { in finishSession() argument
381 if (sessionBundle != null) { in finishSession()
382 accountName = sessionBundle.getString( in finishSession()
[all …]
H A DAccountManagerServiceTest.java577 assertNotNull(sessionBundle); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
609 assertNotNull(sessionBundle); in testStartAddAccountSessionSuccessWithPasswordForwarding()
762 assertNotNull(sessionBundle); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
793 assertNotNull(sessionBundle); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
1177 sessionBundle, in testFinishSessionAsUserError()
3263 sessionBundle.putString( in createEncryptedSessionBundle()
3275 sessionBundle.putString( in createEncryptedSessionBundleWithError()
3281 sessionBundle.putInt( in createEncryptedSessionBundleWithError()
3291 sessionBundle.putString( in createEncryptedSessionBundleWithNoAccountType()
3306 sessionBundle.putString( in createOptionsWithAccountName()
[all …]
H A DTestAccountType2Authenticator.java133 Bundle sessionBundle) throws NetworkErrorException { in finishSession() argument
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3558 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in onResult() local
3559 if (sessionBundle != null) { in onResult()
3560 String accountType = sessionBundle.getString(AccountManager.KEY_ACCOUNT_TYPE); in onResult()
3567 sessionBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, mAccountType); in onResult()
3572 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()
3590 @NonNull Bundle sessionBundle, in finishSessionAsUser() argument
3594 Bundle.setDefusable(sessionBundle, true); in finishSessionAsUser()
3608 if (sessionBundle == null || sessionBundle.size() == 0) { in finishSessionAsUser()
3635 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...