Searched refs:ACTION_SHOW_BRIGHTNESS_DIALOG (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DSettingsUI.java44 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/
H A DQuickSettings.java798 Intent intent = new Intent(Intent.ACTION_SHOW_BRIGHTNESS_DIALOG);
/frameworks/base/core/java/android/content/
H A DIntent.java2613 public static final String ACTION_SHOW_BRIGHTNESS_DIALOG = field in class:Intent
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2175 Intent intent = new Intent(Intent.ACTION_SHOW_BRIGHTNESS_DIALOG);

Completed in 167 milliseconds