Home
last modified time | relevance | path

Searched defs:getRepoForSubId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileConnectionsRepository.kt75 fun getRepoForSubId(subId: Int): MobileConnectionRepository method
DMobileRepositorySwitcher.kt195 override fun getRepoForSubId(subId: Int): MobileConnectionRepository { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionsRepository.kt80 override fun getRepoForSubId(subId: Int): MobileConnectionRepository { in getRepoForSubId() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepository.kt180 override fun getRepoForSubId(subId: Int): DemoMobileConnectionRepository { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt331 override fun getRepoForSubId(subId: Int): FullMobileConnectionRepository = in <lambda>() method