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 164 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) {
165 setMode(automatic ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
167 updateIcon(automatic);
168 if (!automatic) {
200 private void updateIcon(boolean automatic) {
202 mIcon.setImageResource(automatic ?
211 int automatic; local
213 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
217 automatic = 0;
219 mControl.setChecked(automatic != 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 3611 int automatic; local
    [all...]

Completed in 850 milliseconds