Searched refs:simCarrierId (Results 1 – 3 of 3) sorted by relevance
367 emit(telephonyManager.simCarrierId) in <lambda>()369 .stateIn(scope, SharingStarted.WhileSubscribed(), telephonyManager.simCarrierId) in <lambda>()
407 whenever(telephonyManager.simCarrierId).thenReturn(1234) in carrierId_initialValueCaptured()420 whenever(telephonyManager.simCarrierId).thenReturn(1234) in carrierId_updatesOnBroadcast()
1311 int simCarrierId = 7; in testCanConnect_specifiedCarrierIdNotMatched_returnFalse() local1326 when(mockSubscriptionInfo.getCarrierId()).thenReturn(simCarrierId); in testCanConnect_specifiedCarrierIdNotMatched_returnFalse()