Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java487 private static final Pattern USED_RAM_PATTERN = Pattern.compile("Used RAM: (.*?)K \\("); field in CuttlefishDisplayHotplugTest
507 Matcher m = USED_RAM_PATTERN.matcher(usedRamString); in getMemoryInfo()