Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryImpl.kt367 emit(telephonyManager.simCarrierId) in <lambda>()
369 .stateIn(scope, SharingStarted.WhileSubscribed(), telephonyManager.simCarrierId) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt407 whenever(telephonyManager.simCarrierId).thenReturn(1234) in carrierId_initialValueCaptured()
420 whenever(telephonyManager.simCarrierId).thenReturn(1234) in carrierId_updatesOnBroadcast()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java1311 int simCarrierId = 7; in testCanConnect_specifiedCarrierIdNotMatched_returnFalse() local
1326 when(mockSubscriptionInfo.getCarrierId()).thenReturn(simCarrierId); in testCanConnect_specifiedCarrierIdNotMatched_returnFalse()