HomeSort by relevance Sort by last modified time
    Searched refs:accountBundle (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
MailPreferenceActivity.java 123 final Bundle accountBundle = new Bundle(1);
124 accountBundle.putString(MailAccountPrefsFragment.ARG_ACCOUNT_EMAIL,
126 header.fragmentArguments = accountBundle;
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 187 PersistableBundle accountBundle = new PersistableBundle();
188 accountBundle.putString("accountName", account.name);
189 accountBundle.putString("accountType", account.type);
192 jobInfoExtras.putPersistableBundle("ACCOUNT:" + key, accountBundle);

Completed in 1444 milliseconds