Searched refs:newFontUpdateRequest (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/ |
H A D | UpdatableFontDirTest.java | 185 newFontUpdateRequest("foo.ttf,1,foo", GOOD_SIGNATURE), in construct() 186 newFontUpdateRequest("bar.ttf,2,bar", GOOD_SIGNATURE), in construct() 187 newFontUpdateRequest("foo.ttf,3,foo", GOOD_SIGNATURE), in construct() 188 newFontUpdateRequest("bar.ttf,4,bar", GOOD_SIGNATURE), in construct() 239 newFontUpdateRequest("foo.ttf,1,foo", GOOD_SIGNATURE), in construct_missingFsverity() 240 newFontUpdateRequest("bar.ttf,2,bar", GOOD_SIGNATURE), in construct_missingFsverity() 241 newFontUpdateRequest("foo.ttf,3,foo", GOOD_SIGNATURE), in construct_missingFsverity() 242 newFontUpdateRequest("bar.ttf,4,bar", GOOD_SIGNATURE), in construct_missingFsverity() 269 newFontUpdateRequest("foo.ttf,1,foo", GOOD_SIGNATURE), in construct_fontNameMismatch() 270 newFontUpdateRequest("bar.ttf,2,bar", GOOD_SIGNATURE), in construct_fontNameMismatch() [all …]
|