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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/conditional/
DndConditionTest.java 57 DndCondition condition = new DndCondition(mConditionManager);
64 DndCondition condition = new DndCondition(mConditionManager);
65 verify(mContext).registerReceiver(any(DndCondition.Receiver.class),
66 eq(DndCondition.DND_FILTER));
71 DndCondition condition = new DndCondition(mConditionManager);
80 DndCondition condition = new DndCondition(mConditionManager)
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DndCondition.java 35 public class DndCondition extends Condition {
37 private static final String TAG = "DndCondition";
50 public DndCondition(ConditionManager manager) {
150 ConditionManager.get(context).getCondition(DndCondition.class);
ConditionManager.java 150 addIfMissing(DndCondition.class, conditions);
174 } else if (DndCondition.class == clz) {
175 return new DndCondition(this);

Completed in 435 milliseconds