Searched refs:QUERY_MASK (Results 1 – 1 of 1) sorted by relevance
48 private static final int QUERY_MASK = 1 << 1; field in UriRelativeFilterGroupTest78 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()