Searched refs:DoNotDisturbController (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDoNotDisturbController.java29 public class DoNotDisturbController implements CompoundButton.OnCheckedChangeListener, class in inherits:CompoundButton.OnCheckedChangeListener,SharedPreferences.OnSharedPreferenceChangeListener
31 private static final String TAG = "StatusBar.DoNotDisturbController";
39 public DoNotDisturbController(Context context, CompoundButton checkbox) { method in class:DoNotDisturbController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DSettingsView.java36 import com.android.systemui.statusbar.policy.DoNotDisturbController;
46 DoNotDisturbController mDoNotDisturb;
83 mDoNotDisturb = new DoNotDisturbController(context,

Completed in 39 milliseconds