Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DMemoryQuery.java39 public static final String KEY_TOTAL_PSS = "totalPSS"; field in MemoryQuery
108 outputData.put(KEY_TOTAL_PSS, new Long(totalPSS)); in queryMemory()