Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/
DRestrictedDashboardFragment.java64 private static final String KEY_CHALLENGE_REQUESTED = "chrq"; field in RestrictedDashboardFragment
112 mChallengeRequested = icicle.getBoolean(KEY_CHALLENGE_REQUESTED, false); in onCreate()
131 outState.putBoolean(KEY_CHALLENGE_REQUESTED, mChallengeRequested); in onSaveInstanceState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DRestrictedDashboardFragment.java64 private static final String KEY_CHALLENGE_REQUESTED = "chrq"; field in RestrictedDashboardFragment
112 mChallengeRequested = icicle.getBoolean(KEY_CHALLENGE_REQUESTED, false); in onCreate()
131 outState.putBoolean(KEY_CHALLENGE_REQUESTED, mChallengeRequested); in onSaveInstanceState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRestrictedSettingsFragment.java64 private static final String KEY_CHALLENGE_REQUESTED = "chrq"; field in RestrictedSettingsFragment
114 mChallengeRequested = icicle.getBoolean(KEY_CHALLENGE_REQUESTED, false); in onCreate()
133 outState.putBoolean(KEY_CHALLENGE_REQUESTED, mChallengeRequested); in onSaveInstanceState()
/packages/apps/Settings/src/com/android/settings/
DRestrictedSettingsFragment.java64 private static final String KEY_CHALLENGE_REQUESTED = "chrq"; field in RestrictedSettingsFragment
114 mChallengeRequested = icicle.getBoolean(KEY_CHALLENGE_REQUESTED, false); in onCreate()
133 outState.putBoolean(KEY_CHALLENGE_REQUESTED, mChallengeRequested); in onSaveInstanceState()