Searched refs:WM_DENSITY (Results 1 – 2 of 2) sorted by relevance
69 private static final String WM_DENSITY = "wm density"; field in ThemeHostTest301 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()
2780 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);