Home
last modified time | relevance | path

Searched refs:QUERY_MASK (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DUriRelativeFilterGroupTest.java48 private static final int QUERY_MASK = 1 << 1; field in UriRelativeFilterGroupTest
78 mGroups.add(maskToGroup(ACTION_ALLOW, QUERY_MASK)); in testMatchGroupsToUri_matchAnyGroup()
81 assertTrue(UriRelativeFilterGroup.matchGroupsToUri(mGroups, maskToUri(QUERY_MASK))); in testMatchGroupsToUri_matchAnyGroup()
89 mGroups.add(maskToGroup(ACTION_ALLOW, PATH_MASK | QUERY_MASK)); in testMachGroupsToUri_blockMatch()
93 maskToUri(PATH_MASK | QUERY_MASK))); in testMachGroupsToUri_blockMatch()
111 if ((mask & QUERY_MASK) > 0) { in maskToUri()
126 if ((mask & QUERY_MASK) > 0) { in maskToGroup()