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

/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java33 public static final int CHUNK_MPRE = type("MPRE"); field in class:DdmHandleProfiling
49 DdmServer.registerHandler(CHUNK_MPRE, mInstance);
77 } else if (type == CHUNK_MPRE) {
130 return new Chunk(CHUNK_MPRE, reply, 0, reply.length);

Completed in 41 milliseconds