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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DozeParametersTest.java 23 import com.android.systemui.statusbar.phone.DozeParameters.IntInOutMatcher;
37 IntInOutMatcher intInOutMatcher = new IntInOutMatcher("*");
39 assertTrue(intInOutMatcher.isIn(1));
40 assertTrue(intInOutMatcher.isIn(-1));
41 assertTrue(intInOutMatcher.isIn(0));
46 IntInOutMatcher intInOutMatcher = new IntInOutMatcher("!*");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java 39 private static IntInOutMatcher sPickupSubtypePerformsProxMatcher;
150 sPickupSubtypePerformsProxMatcher = new IntInOutMatcher(spec);
181 public static class IntInOutMatcher {
189 public IntInOutMatcher(String spec) {

Completed in 234 milliseconds