Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java96 mRestoreDensity = resetDensityIfNeeded(mDevice); in setUp()
277 private static int resetDensityIfNeeded(ITestDevice device) throws DeviceNotAvailableException { in resetDensityIfNeeded() method in ThemeHostTest
/cts/tests/app/src/android/app/cts/
DActivityManagerMemoryClassTest.java187 int density = resetDensityIfNeeded(uiDevice); in testGetMemoryClass()
199 private int resetDensityIfNeeded(UiDevice device) throws Exception { in resetDensityIfNeeded() method in ActivityManagerMemoryClassTest