Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsController.java34 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in BluetoothDetailsButtonsController
90 return KEY_ACTION_BUTTONS; in getPreferenceKey()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java85 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in AppButtonsPreferenceController
128 super(activity, KEY_ACTION_BUTTONS); in AppButtonsPreferenceController()
171 KEY_ACTION_BUTTONS)) in displayPreference()
187 return KEY_ACTION_BUTTONS; in getPreferenceKey()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppButtonsPreferenceController.java85 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in AppButtonsPreferenceController
128 super(activity, KEY_ACTION_BUTTONS); in AppButtonsPreferenceController()
172 KEY_ACTION_BUTTONS)) in displayPreference()
188 return KEY_ACTION_BUTTONS; in getPreferenceKey()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/tts/
DTextToSpeechSettings.java87 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in TextToSpeechSettings
171 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java87 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in TextToSpeechSettings
171 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()