Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java97 final int expectedLong = expectedLayout & SCREENLAYOUT_LONG_MASK; in testScreenLayout() local
106 assertEquals("Expected screen long value of " + expectedLong + " but got " in testScreenLayout()
108 + orientation, expectedLong, actualLong); in testScreenLayout()