Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/ddm/
DDdmHandleProfiling.java32 public static final int CHUNK_MPRE = type("MPRE"); field in DdmHandleProfiling
51 DdmServer.registerHandler(CHUNK_MPRE, mInstance); in register()
81 } else if (type == CHUNK_MPRE) { in handleChunk()
138 return new Chunk(CHUNK_MPRE, reply, 0, reply.length); in handleMPRE()