OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntInOutMatcher
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/phone/
DozeParametersTests.java
19
import com.android.systemui.statusbar.phone.DozeParameters.
IntInOutMatcher
;
28
IntInOutMatcher
intInOutMatcher
= new
IntInOutMatcher
("*");
30
assertTrue(
intInOutMatcher
.isIn(1));
31
assertTrue(
intInOutMatcher
.isIn(-1));
32
assertTrue(
intInOutMatcher
.isIn(0));
36
IntInOutMatcher
intInOutMatcher
= new
IntInOutMatcher
("!*");
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java
41
private static
IntInOutMatcher
sPickupSubtypePerformsProxMatcher;
153
sPickupSubtypePerformsProxMatcher = new
IntInOutMatcher
(spec);
176
public static class
IntInOutMatcher
{
184
public
IntInOutMatcher
(String spec) {
Completed in 56 milliseconds