Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/ddm/
DDdmHandleHeap.java40 public static final int CHUNK_REAQ = type("REAQ"); field in DdmHandleHeap
60 DdmServer.registerHandler(CHUNK_REAQ, mInstance); in register()
98 } else if (type == CHUNK_REAQ) { in handleChunk()
252 return new Chunk(CHUNK_REAQ, reply, 0, reply.length); in handleREAQ()