Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt336 ?: createRepositoryForSubId(subId).also { in <lambda>()
417 private fun createRepositoryForSubId(subId: Int): FullMobileConnectionRepository { in <lambda>() method