Home
last modified time | relevance | path

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

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