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

/libcore/luni/src/test/java/libcore/io/
H A DDiskLruCacheTest.java232 createJournalWithHeader(MAGIC, "0", "100", "2", "");
240 createJournalWithHeader(MAGIC, "1", "101", "2", "");
248 createJournalWithHeader(MAGIC, "1", "100", "1", "");
256 createJournalWithHeader(MAGIC, "1", "100", "2", "x");
692 createJournalWithHeader(MAGIC, VERSION_1, "100", "2", "", bodyLines);
695 private void createJournalWithHeader(String magic, String version, String appVersion, method in class:DiskLruCacheTest

Completed in 300 milliseconds