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

/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java154 private boolean mCheckForAccounts = true; field in class:AllInOneActivity
200 mCheckForAccounts = false;
311 mCheckForAccounts = icicle.getBoolean(BUNDLE_KEY_CHECK_ACCOUNTS);
315 if (mCheckForAccounts
606 outState.putBoolean(BUNDLE_KEY_CHECK_ACCOUNTS, mCheckForAccounts);

Completed in 35 milliseconds