Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryImpl.kt203 .scan(initial = initial) { state, event -> state.applyEvent(event) } in <lambda>()
542 fun applyEvent(event: CallbackEvent): TelephonyCallbackState { in applyEvent() method in TelephonyCallbackState