Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsButtonsController.java34 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in BluetoothDetailsButtonsController
90 return KEY_ACTION_BUTTONS; in getPreferenceKey()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A 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()
697 KEY_ACTION_BUTTONS)) in initButtonPreference()
/aosp12/packages/apps/Settings/src/com/android/settings/tts/
H A DTextToSpeechSettings.java91 private static final String KEY_ACTION_BUTTONS = "action_buttons"; field in TextToSpeechSettings
180 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()