Searched refs:kDumpBytesPerLine (Results 1 – 1 of 1) sorted by relevance
199 private static final int kDumpBytesPerLine = 16; field in UsbHostManager.ConnectionRecord207 for (int line = 0; line < length / kDumpBytesPerLine; line++) { in dumpRaw()209 for (int offset = 0; offset < kDumpBytesPerLine; offset++) { in dumpRaw()