Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java91 private static final String BUNDLE_KEY_CHECK_ACCOUNTS = "key_check_for_accounts"; field in AllInOneActivity
276 if (icicle != null && icicle.containsKey(BUNDLE_KEY_CHECK_ACCOUNTS)) { in onCreate()
277 mCheckForAccounts = icicle.getBoolean(BUNDLE_KEY_CHECK_ACCOUNTS); in onCreate()