Searched refs:FRAGMENT_MASK (Results 1 – 1 of 1) sorted by relevance
49 private static final int FRAGMENT_MASK = 1 << 2; field in UriRelativeFilterGroupTest79 mGroups.add(maskToGroup(ACTION_ALLOW, FRAGMENT_MASK)); in testMatchGroupsToUri_matchAnyGroup()82 assertTrue(UriRelativeFilterGroup.matchGroupsToUri(mGroups, maskToUri(FRAGMENT_MASK))); in testMatchGroupsToUri_matchAnyGroup()90 mGroups.add(maskToGroup(ACTION_ALLOW, FRAGMENT_MASK)); in testMachGroupsToUri_blockMatch()94 assertTrue(UriRelativeFilterGroup.matchGroupsToUri(mGroups, maskToUri(FRAGMENT_MASK))); in testMachGroupsToUri_blockMatch()101 mGroups.add(maskToGroup(ACTION_ALLOW, FRAGMENT_MASK)); in testMatchGroupsToUri_ignoreNonMatchingBlocks()103 assertTrue(UriRelativeFilterGroup.matchGroupsToUri(mGroups, maskToUri(FRAGMENT_MASK))); in testMatchGroupsToUri_ignoreNonMatchingBlocks()114 if ((mask & FRAGMENT_MASK) > 0) { in maskToUri()130 if ((mask & FRAGMENT_MASK) > 0) { in maskToGroup()