Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
DRoboWebSettingsTest.java15 private static final boolean[] TRUE_AND_FALSE = {true, false}; field in RoboWebSettingsTest
49 for (boolean value : TRUE_AND_FALSE) { in testAllowContentAccess()
57 for (boolean value : TRUE_AND_FALSE) { in testAllowFileAccess()
65 for (boolean value : TRUE_AND_FALSE) { in testAllowFileAccessFromFileURLs()
73 for (boolean value : TRUE_AND_FALSE) { in testAllowUniversalAccessFromFileURLs()
81 for (boolean value : TRUE_AND_FALSE) { in testBlockNetworkImage()
89 for (boolean value : TRUE_AND_FALSE) { in testBlockNetworkLoads()
97 for (boolean value : TRUE_AND_FALSE) { in testBuiltInZoomControls()
105 for (boolean value : TRUE_AND_FALSE) { in testDatabaseEnabled()
113 for (boolean value : TRUE_AND_FALSE) { in testDomStorageEnabled()
[all …]