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.java145 private boolean mCheckForAccounts = true; field in AllInOneActivity
188 mCheckForAccounts = false; in onQueryComplete()
277 mCheckForAccounts = icicle.getBoolean(BUNDLE_KEY_CHECK_ACCOUNTS); in onCreate()
281 if (mCheckForAccounts) { in onCreate()