Searched refs:CHUNK_FAIL (Results 1 - 2 of 2) sorted by relevance
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ | ||
H A D | ChunkHandler.java | 33 public static final int CHUNK_FAIL = type("FAIL"); field in class:ChunkHandler 74 if (type == CHUNK_FAIL) { |
H A D | HandleProfiling.java | 35 public static final int CHUNK_FAIL = type("FAIL"); field in class:HandleProfiling 77 } else if (type == CHUNK_FAIL) { |
Completed in 41 milliseconds