Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DMemInfoMetricCollectorTest.java67 anyString(), eq(LogDataType.COMPACT_MEMINFO), any(InputStreamSource.class)); in setup()
84 verify(mListener).testLog(eq("compact-meminfo-1"), eq(LogDataType.COMPACT_MEMINFO), any()); in testCollect()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogDataType.java49 COMPACT_MEMINFO("txt", "text/plain", false, true), // dumpsys meminfo -c enumConstant
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DMemInfoMetricCollector.java45 LogDataType.COMPACT_MEMINFO, in collect()