Searched defs:EXTRA_CLEAR_UI_OPTIONS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DSettings.java88 private static final String EXTRA_CLEAR_UI_OPTIONS = "settings:remove_ui_options"; field in class:Settings
139 if (getIntent().getBooleanExtra(EXTRA_CLEAR_UI_OPTIONS, false)) {
397 intent.putExtra(EXTRA_CLEAR_UI_OPTIONS, true);

Completed in 149 milliseconds