HomeSort by relevance Sort by last modified time
    Searched refs:DO_NOT_DISTURB_PREF (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DoNotDisturbController.java 44 mDoNotDisturb = mPrefs.getBoolean(Prefs.DO_NOT_DISTURB_PREF, Prefs.DO_NOT_DISTURB_DEFAULT);
59 editor.putBoolean(Prefs.DO_NOT_DISTURB_PREF, value);
65 final boolean val = prefs.getBoolean(Prefs.DO_NOT_DISTURB_PREF,
Prefs.java 26 public static final String DO_NOT_DISTURB_PREF = "do_not_disturb";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DoNotDisturb.java 40 mDoNotDisturb = mPrefs.getBoolean(Prefs.DO_NOT_DISTURB_PREF, Prefs.DO_NOT_DISTURB_DEFAULT);
45 final boolean val = prefs.getBoolean(Prefs.DO_NOT_DISTURB_PREF,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 745 editor.putBoolean(Prefs.DO_NOT_DISTURB_PREF, false);
    [all...]

Completed in 351 milliseconds