Searched refs:mServiceState2 (Results 1 – 2 of 2) sorted by relevance
114 private ServiceState mServiceState2; field in SatelliteSOSMessageRecommenderTest138 mServiceState2 = Mockito.mock(ServiceState.class); in setUp()141 when(mPhone2.getServiceState()).thenReturn(mServiceState2); in setUp()146 when(mServiceState2.getState()).thenReturn(STATE_OUT_OF_SERVICE); in setUp()198 when(mServiceState2.getState()).thenReturn(STATE_OUT_OF_SERVICE); in testStartTimer_emergencyCallNull()597 when(mServiceState2.getState()).thenReturn(availableServiceState); in testCellularServiceStateChangedBeforeTimeout()603 when(mServiceState2.getState()).thenReturn(unavailableServiceState); in testCellularServiceStateChangedBeforeTimeout()
188 private ServiceState mServiceState2; field in SatelliteControllerTest483 mServiceState2 = Mockito.mock(ServiceState.class); in setUp()487 when(mPhone2.getServiceState()).thenReturn(mServiceState2); in setUp()2634 when(mServiceState2.getState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE); in testCarrierEnabledSatelliteConnectionHysteresisTime()2656 when(mServiceState2.isUsingNonTerrestrialNetwork()).thenReturn(false); in testCarrierEnabledSatelliteConnectionHysteresisTime()2668 when(mServiceState2.isUsingNonTerrestrialNetwork()).thenReturn(true); in testCarrierEnabledSatelliteConnectionHysteresisTime()2683 when(mServiceState2.isUsingNonTerrestrialNetwork()).thenReturn(false); in testCarrierEnabledSatelliteConnectionHysteresisTime()3762 when(mServiceState2.isUsingNonTerrestrialNetwork()).thenReturn(true); in testGetCarrierEmergencyCallWaitForConnectionTimeoutMillis()