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.kt59 fun getRepoForSubId(subId: Int): MobileConnectionRepository method
DMobileRepositorySwitcher.kt167 override fun getRepoForSubId(subId: Int): MobileConnectionRepository { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionsRepository.kt74 override fun getRepoForSubId(subId: Int): MobileConnectionRepository { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepository.kt164 override fun getRepoForSubId(subId: Int): DemoMobileConnectionRepository { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt250 override fun getRepoForSubId(subId: Int): FullMobileConnectionRepository { in <lambda>() method