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

/frameworks/base/core/java/android/ddm/
H A DDdmHandleHeap.java41 public static final int CHUNK_REAL = type("REAL"); field in class:DdmHandleHeap
61 DdmServer.registerHandler(CHUNK_REAL, mInstance);
100 } else if (type == CHUNK_REAL) {
266 return new Chunk(CHUNK_REAL, reply, 0, reply.length);

Completed in 85 milliseconds