Searched defs:mDoNotDisturb (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDoNotDisturb.java33 private boolean mDoNotDisturb; field in class:DoNotDisturb
40 mDoNotDisturb = mPrefs.getBoolean(Prefs.DO_NOT_DISTURB_PREF, Prefs.DO_NOT_DISTURB_DEFAULT);
47 if (val != mDoNotDisturb) {
48 mDoNotDisturb = val;
57 mStatusBar.disable(mDoNotDisturb ? disabled : 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDoNotDisturbController.java37 private boolean mDoNotDisturb; field in class:DoNotDisturbController
44 mDoNotDisturb = mPrefs.getBoolean(Prefs.DO_NOT_DISTURB_PREF, Prefs.DO_NOT_DISTURB_DEFAULT);
49 checkbox.setChecked(!mDoNotDisturb);
55 //Slog.d(TAG, "onCheckedChanged checked=" + checked + " mDoNotDisturb=" + mDoNotDisturb);
57 if (value != mDoNotDisturb) {
67 if (val != mDoNotDisturb) {
68 mDoNotDisturb = val;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DSettingsView.java46 DoNotDisturbController mDoNotDisturb; field in class:SettingsView
83 mDoNotDisturb = new DoNotDisturbController(context,
92 mDoNotDisturb.release();
H A DTabletStatusBar.java155 DoNotDisturb mDoNotDisturb; field in class:TabletStatusBar
487 mDoNotDisturb = new DoNotDisturb(mContext);

Completed in 44 milliseconds