Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DWeatherData.kt31 val temperature = readIntFromBundle(extras, TEMPERATURE_KEY)
58 private fun readIntFromBundle(extras: Bundle, key: String): Int? = regex