HomeSort by relevance Sort by last modified time
    Searched refs:CHUNK_REAQ (Results 1 - 25 of 92) sorted by null

1 2 3 4

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