Home
last modified time | relevance | path

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

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