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

  /packages/apps/Settings/src/com/android/settings/
BrightnessPreference.java 33 Intent intent = new Intent(Intent.ACTION_SHOW_BRIGHTNESS_DIALOG);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
SettingsUI.java 44 if (action.equals(Intent.ACTION_SHOW_BRIGHTNESS_DIALOG)) {
69 filter.addAction(Intent.ACTION_SHOW_BRIGHTNESS_DIALOG);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 726 Intent intent = new Intent(Intent.ACTION_SHOW_BRIGHTNESS_DIALOG);
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 29 milliseconds