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

  /packages/apps/Exchange/src/com/android/exchange/
ExchangeBroadcastReceiver.java 36 bundle.putBoolean(Mailbox.SYNC_EXTRA_ACCOUNT_ONLY, true);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 172 extras.putBoolean(Mailbox.SYNC_EXTRA_ACCOUNT_ONLY, true);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasPing.java 389 extras.putBoolean(Mailbox.SYNC_EXTRA_ACCOUNT_ONLY, true);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 59 public static final String SYNC_EXTRA_ACCOUNT_ONLY = "__account_only__";
122 if (bundle.getBoolean(SYNC_EXTRA_ACCOUNT_ONLY, false)) {
137 final boolean result = bundle.getBoolean(SYNC_EXTRA_ACCOUNT_ONLY, false);
    [all...]

Completed in 46 milliseconds