Searched refs:BUNDLE_KEY_CHECK_ACCOUNTS (Results 1 – 1 of 1) sorted by relevance
236 if (icicle != null && icicle.containsKey(BUNDLE_KEY_CHECK_ACCOUNTS)) { in onCreate()237 mCheckForAccounts = icicle.getBoolean(BUNDLE_KEY_CHECK_ACCOUNTS) in onCreate()1051 private const val BUNDLE_KEY_CHECK_ACCOUNTS = "key_check_for_accounts" constant