Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DRedactionSettingsStandalone.java32 .putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, true) in getIntent()
/packages/apps/Settings/src/com/android/settings/
DSetupEncryptionInterstitial.java36 startIntent.putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false) in createStartIntent()
DSettingsActivity.java110 protected static final String EXTRA_PREFS_SHOW_BUTTON_BAR = "extra_prefs_show_button_bar"; field in SettingsActivity
285 if (intent.getBooleanExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false)) { in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DRedactionSettingsStandalone.java32 .putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, true) in getIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSetupEncryptionInterstitial.java38 startIntent.putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false) in createStartIntent()
DSettingsActivity.java110 protected static final String EXTRA_PREFS_SHOW_BUTTON_BAR = "extra_prefs_show_button_bar"; field in SettingsActivity
287 if (intent.getBooleanExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false)) { in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DSetupChooseLockPassword.java51 chooseLockPasswordIntent.putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false); in modifyIntentForSetup()
/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockPassword.java51 chooseLockPasswordIntent.putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false); in modifyIntentForSetup()