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

/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java94 private static final String BUNDLE_KEY_CHECK_ACCOUNTS = "key_check_for_accounts"; field in class:AllInOneActivity
310 if (icicle != null && icicle.containsKey(BUNDLE_KEY_CHECK_ACCOUNTS)) {
311 mCheckForAccounts = icicle.getBoolean(BUNDLE_KEY_CHECK_ACCOUNTS);
606 outState.putBoolean(BUNDLE_KEY_CHECK_ACCOUNTS, mCheckForAccounts);

Completed in 56 milliseconds