Searched refs:updatedName (Results 1 – 3 of 3) sorted by relevance
390 String updatedName = findUpdatedFontFile(postScriptName, updatableFontMap); in readFont() local393 if (updatedName != null) { in readFont()394 filePath = updatedName; in readFont()
563 val updatedName = DEVICE_NAME + "_new" regex564 whenever(device.name).thenReturn(updatedName)578 assertThat(secondDevice.name).isEqualTo(updatedName)
751 val updatedName = "Derived Carrier" regex755 carrierName = updatedName,758 assertThat(latest?.name).isEqualTo(updatedName)