Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DDialogUiTest.java316 final String densityProp; in getStableDensity() local
318 densityProp = DENSITY_PROP_EMULATOR; in getStableDensity()
320 densityProp = DENSITY_PROP_DEVICE; in getStableDensity()
323 return Integer.parseInt(executeShellCommand("getprop " + densityProp).trim()); in getStableDensity()