Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsController.java35 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in BluetoothDetailsButtonsController
89 return KEY_ACTION_BUTTONS; in getPreferenceKey()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DAppButtonsPreferenceController.java86 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in AppButtonsPreferenceController
168 mButtonsPref = (LayoutPreference) screen.findPreference(KEY_ACTION_BUTTONS); in displayPreference()
181 return KEY_ACTION_BUTTONS; in getPreferenceKey()
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java83 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in TextToSpeechSettings
175 mActionButtons = (LayoutPreference) findPreference(KEY_ACTION_BUTTONS); in onCreate()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java152 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in InstalledAppDetails
433 mActionButtons = (LayoutPreference) findPreference(KEY_ACTION_BUTTONS); in onActivityCreated()