HomeSort by relevance Sort by last modified time
    Searched refs:SECTION_HEADER (Results 1 - 2 of 2) sorted by null

  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java 15 private static final String SECTION_HEADER = "------";
22 final String sectionWithHeader = SECTION_HEADER + " " + section;
35 if (line.startsWith(SECTION_HEADER) || (numLines > MAX_LINES)) {
  /external/okhttp/okio/src/main/java/okio/
GzipSource.java 29 private static final byte SECTION_HEADER = 0;
35 private int section = SECTION_HEADER;
67 if (section == SECTION_HEADER) {

Completed in 89 milliseconds