Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileTelephonyHelpers.kt33 fun getTelephonyCallbacks(mockTelephonyManager: TelephonyManager): List<TelephonyCallback> { in getTelephonyCallbacks() method
56 val cbs = getTelephonyCallbacks(mockTelephonyManager).filterIsInstance<T>() in telephonyDisplayInfo()
DMobileConnectionsRepositoryTest.kt1427 private fun TestScope.getTelephonyCallbacks(): List<TelephonyCallback> { in <lambda>() method in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionsRepositoryTest
1435 val cbs = this.getTelephonyCallbacks().filterIsInstance<T>() in <lambda>()