Searched refs:SYNC_EXTRA_ACCOUNT_ONLY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java59 public static final String SYNC_EXTRA_ACCOUNT_ONLY = "__account_only__"; field in class:Mailbox
122 if (bundle.getBoolean(SYNC_EXTRA_ACCOUNT_ONLY, false)) {
137 final boolean result = bundle.getBoolean(SYNC_EXTRA_ACCOUNT_ONLY, false);

Completed in 56 milliseconds