Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java781 String zramPropValue = SystemProperties.get(ZRAM_ENABLED_PROPERTY); in handleSystemReady() local
782 if (!zramPropValue.equals("0") in handleSystemReady()