Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/ddm/
DDdmHandleProfiling.java31 public static final int CHUNK_MPRS = type("MPRS"); field in DdmHandleProfiling
50 DdmServer.registerHandler(CHUNK_MPRS, mInstance); in register()
79 if (type == CHUNK_MPRS) { in handleChunk()