Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java69 private static final String WM_DENSITY = "wm density"; field in ThemeHostTest
301 final String output = device.executeShellCommand(WM_DENSITY); in resetDensityIfNeeded()
305 device.executeShellCommand(WM_DENSITY + " reset"); in resetDensityIfNeeded()
315 device.executeShellCommand(WM_DENSITY + " " + restoreDensity); in restoreDensityIfNeeded()
320 final String output = device.executeShellCommand(WM_DENSITY); in getDensityForDevice()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java2780 private static final String WM_DENSITY = "wm density";
2827 + executeShellCommandAndGetStdout(WM_DENSITY + " -d " + displayId), displayId);
2844 executeShellCommand(WM_DENSITY + " reset -d " + mDisplayId);
2854 executeShellCommand(WM_DENSITY + " " + density + " -d " + mDisplayId);