Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DLowRamDeviceTest.java106 } else if (lessThanDpi(density, DENSITY_HIGH, screenSize, in testMinimumMemory()
108 lessThanDpi(density, DENSITY_MEDIUM, screenSize, SCREENLAYOUT_SIZE_LARGE) || in testMinimumMemory()
109 lessThanDpi(density, DENSITY_LOW, screenSize, SCREENLAYOUT_SIZE_XLARGE)) { in testMinimumMemory()
215 private static boolean lessThanDpi(int actualDensityDpi, int expectedDensityDpi, in lessThanDpi() method in LowRamDeviceTest