Home | History | Annotate | Download | only in accounts

Lines Matching defs:Bundle

73 import android.os.Bundle;
1086 public boolean addAccountExplicitly(Account account, String password, Bundle extras) {
1087 Bundle.setDefusable(extras, true);
1133 Bundle result = new Bundle();
1163 public void onResult(Bundle result) {
1164 Bundle.setDefusable(result, true);
1167 // Create a Session for the target user and pass in the bundle
1236 final Bundle accountCredentials, final Account account, final UserAccounts targetUser,
1238 Bundle.setDefusable(accountCredentials, true);
1267 public void onResult(Bundle result) {
1268 Bundle.setDefusable(result, true);
1289 Bundle extras, int callingUid) {
1290 Bundle.setDefusable(extras, true);
1446 public void onResult(Bundle result) {
1447 Bundle.setDefusable(result, true);
1452 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
1459 final Bundle newResult = new Bundle();
1502 Bundle result = new Bundle();
1764 public void onResult(Bundle result) {
1765 Bundle.setDefusable(result, true);
1778 Bundle result2 = new Bundle();
2238 private void onResult(IAccountManagerResponse response, Bundle result) {
2289 public void onResult(Bundle result) {
2290 Bundle.setDefusable(result, true);
2293 Bundle bundle = new Bundle();
2294 bundle.putString(AccountManager.KEY_AUTH_TOKEN_LABEL, label);
2295 super.onResult(bundle);
2314 final Bundle loginOptions) {
2315 Bundle.setDefusable(loginOptions, true);
2396 Bundle result = new Bundle();
2421 Bundle result = new Bundle();
2460 public void onResult(Bundle result) {
2461 Bundle.setDefusable(result, true);
2471 Bundle bundle = new Bundle();
2472 bundle.putParcelable(AccountManager.KEY_INTENT, intent);
2473 onResult(bundle);
2637 final boolean expectActivityLaunch, final Bundle optionsIn) {
2638 Bundle.setDefusable(optionsIn, true);
2675 final Bundle options = (optionsIn == null) ? new Bundle() : optionsIn;
2712 final boolean expectActivityLaunch, final Bundle optionsIn, int userId) {
2713 Bundle.setDefusable(optionsIn, true);
2759 final Bundle options = (optionsIn == null) ? new Bundle() : optionsIn;
2799 final Bundle optionsIn) {
2800 Bundle.setDefusable(optionsIn, true);
2848 final Bundle options = (optionsIn == null) ? new Bundle() : optionsIn;
2911 public void onResult(Bundle result) {
2912 Bundle.setDefusable(result, true);
2937 "null bundle returned");
2962 // Get the session bundle created by authenticator. The
2963 // bundle contains data necessary for finishing the session
2964 // later. The session bundle will be encrypted here and
2966 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
2971 Log.w(TAG, "Account type in session bundle doesn't match request.");
2973 // Add accountType info to session bundle. This will
2977 // Encrypt session bundle before returning to caller.
2980 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle);
2984 Log.v(TAG, "Failed to encrypt session bundle!", e);
2987 "failed to encrypt session bundle");
2998 @NonNull Bundle sessionBundle,
3000 Bundle appInfo,
3002 Bundle.setDefusable(sessionBundle, true);
3017 // Session bundle is the encrypted bundle of the original bundle created by authenticator.
3049 final Bundle decryptedBundle;
3051 // First decrypt session bundle to get account type for checking permission.
3059 "failed to decrypt session bundle");
3063 // Account type cannot be null. This should not happen if session bundle was created
3086 Log.v(TAG, "Failed to decrypt session bundle!", e);
3091 "failed to decrypt session bundle");
3155 final Bundle options,
3158 Bundle.setDefusable(options, true);
3201 final Bundle loginOptions) {
3202 Bundle.setDefusable(loginOptions, true);
3244 final Bundle loginOptions) {
3245 Bundle.setDefusable(loginOptions, true);
3359 public void onResult(Bundle result) {
3360 Bundle.setDefusable(result, true);
3370 "null bundle");
3393 final Bundle newResult = new Bundle();
3550 public void onResult(Bundle value) throws RemoteException {
3569 Bundle result = new Bundle();
3651 public void onResult(Bundle result) {
3652 Bundle.setDefusable(result, true);
3655 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
3677 Bundle result = new Bundle();
4008 Bundle result = new Bundle();
4026 Bundle result = new Bundle();
4309 public void onResult(Bundle result) {
4310 Bundle.setDefusable(result, true);
4378 "null bundle returned");
5963 private void sendResponse(IAccountManagerResponse response, Bundle result) {
6016 Bundle result = new Bundle();