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

/frameworks/base/core/java/android/ddm/
H A DDdmHandleThread.java35 public static final int CHUNK_STKL = type("STKL"); field in class:DdmHandleThread
49 DdmServer.registerHandler(CHUNK_STKL, mInstance);
76 } else if (type == CHUNK_STKL) {
178 return new Chunk(CHUNK_STKL, out);

Completed in 64 milliseconds