Searched refs:getRevision (Results 1 – 11 of 11) sorted by relevance
89 public long getRevision(File file) throws IOException { in getRevision() method in UpdatableFontDirTest.FakeFontFileParser206 assertThat(mParser.getRevision(dir.getPostScriptMap().get("foo"))).isEqualTo(3); in construct()208 assertThat(mParser.getRevision(dir.getPostScriptMap().get("bar"))).isEqualTo(4); in construct()366 assertThat(mParser.getRevision(dir.getPostScriptMap().get("bar"))).isEqualTo(4); in construct_olderThanPreinstalledFont()415 assertThat(mParser.getRevision(dir.getPostScriptMap().get("foo"))).isEqualTo(1); in construct_afterBatchFailure()471 .that(mParser.getRevision(mapBeforeUpgrade.get("test"))).isEqualTo(1); in installFontFile_upgrade()505 assertThat(mParser.getRevision(dir.getPostScriptMap().get("bar"))).isEqualTo(2); in installFontFile_systemFontHasPSNameDifferentFromFileName()716 public long getRevision(File file) throws IOException { in installFontFile_failedToParsePostScript()753 public long getRevision(File file) throws IOException { in installFontFile_failedToParsePostScriptName_invalidFont()790 public long getRevision(File file) throws IOException { in installFontFile_failedToCreateTypeface()[all …]
127 public int getRevision() { in getRevision() method in TzDataSetVersion128 return mDelegate.getRevision(); in getRevision()
75 public long getRevision(File file) throws IOException { in getRevision() method in OtfFontFileParser78 return FontFileUtil.getRevision(buffer, 0); in getRevision()
72 long getRevision(File file) throws IOException; in getRevision() method111 public long getRevision() { in getRevision() method in UpdatableFontDir.FontFileInfo471 shouldAddToMap = preInstalledRev <= fontFileInfo.getRevision(); in addFileToMapIfSameOrNewer()473 shouldAddToMap = existingInfo.getRevision() <= fontFileInfo.getRevision(); in addFileToMapIfSameOrNewer()562 return mParser.getRevision(file); in getFontRevision()
84 if (other.getRevision() < s.getRevision()) { in mergeSpecs()
81 public int getRevision() { in getRevision() method in SliceSpec
150 public static long getRevision(@NonNull ByteBuffer buffer, @IntRange(from = 0) int index) { in getRevision() method in FontFileUtil
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3441 HSPLandroid/app/slice/SliceSpec;->getRevision()I
9138 method public int getRevision();