Home
last modified time | relevance | path

Searched refs:updatedName (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java390 String updatedName = findUpdatedFontFile(postScriptName, updatableFontMap); in readFont() local
393 if (updatedName != null) { in readFont()
394 filePath = updatedName; in readFont()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManagerTest.kt563 val updatedName = DEVICE_NAME + "_new" regex
564 whenever(device.name).thenReturn(updatedName)
578 assertThat(secondDevice.name).isEqualTo(updatedName)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryTest.kt751 val updatedName = "Derived Carrier" regex
755 carrierName = updatedName,
758 assertThat(latest?.name).isEqualTo(updatedName)