Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryImpl.kt131 private val callbackEvents: StateFlow<TelephonyCallbackState> = run {
132 val initial = TelephonyCallbackState()
444 data class TelephonyCallbackState( dataClass
453 fun applyEvent(event: CallbackEvent): TelephonyCallbackState {