Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DMobileRepositorySwitcherTest.kt95 private val subscriptionManagerProxy = FakeSubscriptionManagerProxy() regex
126 subscriptionManagerProxy,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionsRepositoryTest.kt114 private val subscriptionManagerProxy = FakeSubscriptionManagerProxy() regex
211 subscriptionManagerProxy,
653 subscriptionManagerProxy.defaultDataSubId = 2
662 subscriptionManagerProxy.defaultDataSubId = 2
675 subscriptionManagerProxy.defaultDataSubId = 1
1045 subscriptionManagerProxy,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionsRepositoryImpl.kt82 private val subscriptionManagerProxy: SubscriptionManagerProxy,
221 .onStart { emit(subscriptionManagerProxy.getDefaultDataSubscriptionId()) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/
H A DStatusBarPipelineModule.kt95 abstract fun subscriptionManagerProxy( regex