Home
last modified time | relevance | path

Searched refs:EXTRA_PREFS_SHOW_BUTTON_BAR (Results 1 – 4 of 4) 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.java112 protected static final String EXTRA_PREFS_SHOW_BUTTON_BAR = "extra_prefs_show_button_bar"; field in SettingsActivity
300 if (intent.getBooleanExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false)) { in onCreate()
/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockPassword.java50 chooseLockPasswordIntent.putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false); in modifyIntentForSetup()