Searched refs:trueAndFalse (Results 1 – 3 of 3) sorted by relevance
19 private boolean[] trueAndFalse = {true, false}; field in TestWebSettingsTest50 for (boolean value : trueAndFalse) { in testAllowFileAccess()58 for (boolean value : trueAndFalse) { in testAllowFileAccessFromFileURLs()66 for (boolean value : trueAndFalse) { in testAllowUniversalAccessFromFileURLs()74 for (boolean value : trueAndFalse) { in testBlockNetworkImage()82 for (boolean value : trueAndFalse) { in testBlockNetworkLoads()90 for (boolean value : trueAndFalse) { in testBuiltInZoomControls()98 for (boolean value : trueAndFalse) { in testDatabaseEnabled()106 for (boolean value : trueAndFalse) { in testDomStorageEnabled()114 for (boolean value : trueAndFalse) { in testJavaScriptEnabled()[all …]
372 Predicate<Integer> trueAndFalse = Predicates.or(Arrays.asList(TRUE, FALSE)); in testOr_applyIterable() local376 assertEvalsToTrue(trueAndFalse); in testOr_applyIterable()
444 Predicate<Integer> trueAndFalse = Predicates.or(Arrays.asList(TRUE, FALSE)); in testOr_applyIterable() local448 assertEvalsToTrue(trueAndFalse); in testOr_applyIterable()