Searched refs:VERSION_1 (Results 1 – 5 of 5) sorted by relevance
61 private static final ASN1Integer VERSION_1 = new ASN1Integer(1); field in SignedData200 return VERSION_1; in calculateVersion()
90 static final String VERSION_1 = "1"; field in DiskLruCache250 || !VERSION_1.equals(version) in readJournal()357 writer.write(VERSION_1); in rebuildJournal()
93 static final String VERSION_1 = "1"; field in DiskLruCache270 || !VERSION_1.equals(version) in readJournal()385 writer.writeUtf8(VERSION_1).writeByte('\n'); in rebuildJournal()
43 import static com.squareup.okhttp.internal.DiskLruCache.VERSION_1;390 sink.writeUtf8(MAGIC + "\n" + VERSION_1 + "\n100\n2\n\nCLEAN k1 1 1"); // no trailing newline in openWithTruncatedLineDiscardsThatLine()1238 expectedLines.add(VERSION_1); in assertJournalEquals()1247 createJournalWithHeader(MAGIC, VERSION_1, "100", "2", "", bodyLines); in createJournal()
585 VERSION_1 {