Home
last modified time | relevance | path

Searched refs:getRevision (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java89 public long getRevision(File file) throws IOException { in getRevision() method in UpdatableFontDirTest.FakeFontFileParser
206 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 …]
/aosp14/frameworks/base/core/java/android/timezone/
H A DTzDataSetVersion.java127 public int getRevision() { in getRevision() method in TzDataSetVersion
128 return mDelegate.getRevision(); in getRevision()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DOtfFontFileParser.java75 public long getRevision(File file) throws IOException { in getRevision() method in OtfFontFileParser
78 return FontFileUtil.getRevision(buffer, 0); in getRevision()
H A DUpdatableFontDir.java72 long getRevision(File file) throws IOException; in getRevision() method
111 public long getRevision() { in getRevision() method in UpdatableFontDir.FontFileInfo
471 shouldAddToMap = preInstalledRev <= fontFileInfo.getRevision(); in addFileToMapIfSameOrNewer()
473 shouldAddToMap = existingInfo.getRevision() <= fontFileInfo.getRevision(); in addFileToMapIfSameOrNewer()
562 return mParser.getRevision(file); in getFontRevision()
/aosp14/frameworks/base/services/core/java/com/android/server/slice/
H A DPinnedSliceState.java84 if (other.getRevision() < s.getRevision()) { in mergeSpecs()
/aosp14/frameworks/base/core/java/android/app/slice/
H A DSliceSpec.java81 public int getRevision() { in getRevision() method in SliceSpec
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontFileUtil.java150 public static long getRevision(@NonNull ByteBuffer buffer, @IntRange(from = 0) int index) { in getRevision() method in FontFileUtil
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt3441 HSPLandroid/app/slice/SliceSpec;->getRevision()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt3441 HSPLandroid/app/slice/SliceSpec;->getRevision()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9138 method public int getRevision();