Searched refs:mMockTm (Results 1 – 3 of 3) sorted by relevance
146 mMockTm, in test4gDataIcon()180 when(mMockTm.isDataConnectionAllowed()).thenReturn(false); in testNoInternetIcon_withDefaultSub()195 when(mMockTm.isDataConnectionAllowed()).thenReturn(false); in testDataDisabledIcon_withDefaultSub()210 when(mMockTm.isDataConnectionAllowed()).thenReturn(false); in testNonDefaultSIM_showsFullSignal_connected()226 when(mMockTm.isDataConnectionAllowed()).thenReturn(false); in testNonDefaultSIM_showsFullSignal_disconnected()242 when(mMockTm.isDataConnectionAllowed()).thenReturn(false); in testDataDisabledIcon_UserNotSetup()259 when(mMockTm.isDataConnectionAllowed()).thenReturn(false); in testAlwaysShowDataRatIcon()350 when(mMockTm.getSimCarrierId()).thenReturn(1); in mobileSignalController_getsCarrierId()358 when(mMockTm.getSimCarrierId()).thenReturn(1); in mobileSignalController_updatesCarrierId_onChange()391 when(mMockTm.getSimCarrierId()).thenReturn(fakeCarrier); in networkTypeIcon_hasCarrierIdOverride()
74 mMockTm, in testDeviceProvisioned_userNotSetUp()112 mMockTm, in testDeviceProvisioned_userSetUp()143 when(mMockTm.isDataCapable()).thenReturn(false); in testNoIconWithoutMobile()148 mMockTm, in testNoIconWithoutMobile()181 when(mMockTm.getServiceState()).thenReturn(mServiceState); in testServiceStateInitialState()187 mMockTm, in testServiceStateInitialState()269 when(mMockTm.isDataCapable()).thenReturn(false); in testNoSimlessIconWithoutMobile()274 mMockTm, in testNoSimlessIconWithoutMobile()
120 protected TelephonyManager mMockTm; field in NetworkControllerBaseTest175 mMockTm = mock(TelephonyManager.class); in setUp()186 when(mMockTm.isDataCapable()).thenReturn(true); in setUp()187 when(mMockTm.createForSubscriptionId(anyInt())).thenReturn(mMockTm); in setUp()242 mMockTm, in setUp()283 when(mMockTm.isDataConnectionAllowed()).thenReturn(true); in setupNetworkController()438 when(mMockTm.getCdmaEnhancedRoamingIndicatorDisplayNumber()).thenReturn( in setCdmaRoaming()