HomeSort by relevance Sort by last modified time
    Searched defs:automatic (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 160 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) {
161 setMode(automatic ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
163 updateIcon(automatic);
164 if (!automatic) {
196 private void updateIcon(boolean automatic) {
198 mIcon.setImageResource(automatic ?
207 int automatic; local
209 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
213 automatic = 0;
215 mControl.setChecked(automatic != 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 3686 int automatic; local
    [all...]

Completed in 90 milliseconds