Searched defs:checkbox (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDoNotDisturbController.java39 public DoNotDisturbController(Context context, CompoundButton checkbox) { argument
46 mCheckBox = checkbox;
47 checkbox.setOnCheckedChangeListener(this);
49 checkbox.setChecked(!mDoNotDisturb);
52 // The checkbox is ON for notifications coming in and OFF for Do not disturb, so we
H A DAirplaneModeController.java41 public AirplaneModeController(Context context, CompoundButton checkbox) { argument
44 mCheckBox = checkbox;
45 checkbox.setChecked(mAirplaneMode);
46 checkbox.setOnCheckedChangeListener(this);
H A DAutoRotateController.java40 public AutoRotateController(Context context, CompoundButton checkbox, argument
43 mCheckbox = checkbox;

Completed in 185 milliseconds