Home
last modified time | relevance | path

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

/cts/hostsidetests/library/src_target/com/android/test/usesnativesharedlibrary/
DLoadTest.java89 List<String> unexpected = new ArrayList<>(); in testAvailableLibrariesAreLoaded() local
105 unexpected.add(t.getMessage()); in testAvailableLibrariesAreLoaded()
108 assertThat("Some libraries failed to load", unexpected, is(Collections.emptyList())); in testAvailableLibrariesAreLoaded()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java298 final String unexpected = light ? "lighter" : "darker"; in assertStats() local
301 assertLessThan("Too many pixels " + unexpected + " than the background", 0.05f, in assertStats()
/cts/tests/tests/graphics/src/android/graphics/cts/
DRegionTest.java1418 Rect unexpected = new Rect(0, 0, 10, 10); in testSetPath() local
1421 assertNotSame(unexpected.right, actual.right); in testSetPath()
1429 unexpected = new Rect(0, 0, 10, 10); in testSetPath()
1432 assertNotSame(unexpected.right, actual.right); in testSetPath()