HomeSort by relevance Sort by last modified time
    Searched refs:KEY_ACTION_BUTTONS (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDetailsButtonsController.java 35 private static final String KEY_ACTION_BUTTONS = "action_buttons";
89 return KEY_ACTION_BUTTONS;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
AppButtonsPreferenceController.java 86 private static final String KEY_ACTION_BUTTONS = "action_buttons";
168 mButtonsPref = (LayoutPreference) screen.findPreference(KEY_ACTION_BUTTONS);
181 return KEY_ACTION_BUTTONS;
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 83 private static final String KEY_ACTION_BUTTONS = "action_buttons";
175 mActionButtons = (LayoutPreference) findPreference(KEY_ACTION_BUTTONS);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 152 private static final String KEY_ACTION_BUTTONS = "action_buttons";
433 mActionButtons = (LayoutPreference) findPreference(KEY_ACTION_BUTTONS);
    [all...]

Completed in 142 milliseconds