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

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

Completed in 28 milliseconds