Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryImpl.kt139 private val callbackEvents: StateFlow<TelephonyCallbackState> = run { in <lambda>()
140 val initial = TelephonyCallbackState() in <lambda>()
532 data class TelephonyCallbackState( class
542 fun applyEvent(event: CallbackEvent): TelephonyCallbackState { in applyEvent()