Home
last modified time | relevance | path

Searched refs:KEY_ACTION_BUTTONS (Results 1 – 3 of 3) 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.java91 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in AppButtonsPreferenceController
137 super(activity, KEY_ACTION_BUTTONS); in AppButtonsPreferenceController()
188 return KEY_ACTION_BUTTONS; in getPreferenceKey()
693 KEY_ACTION_BUTTONS)) in initButtonPreference()
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java91 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in TextToSpeechSettings
180 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()