Searched refs:getIsSatelliteEnabledForCarrierFromMockService (Results 1 – 1 of 1) sorted by relevance
3244 assertEquals(false, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachEnabledForCarrier()3261 assertEquals(false, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachEnabledForCarrier()3304 assertEquals(false, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachRestrictionForCarrier()3311 assertEquals(true, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachRestrictionForCarrier()3318 assertEquals(false, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachRestrictionForCarrier()3326 assertEquals(false, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachRestrictionForCarrier()3334 assertEquals(false, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachRestrictionForCarrier()3341 assertEquals(true, getIsSatelliteEnabledForCarrierFromMockService()); in testSatelliteAttachRestrictionForCarrier()5086 private boolean getIsSatelliteEnabledForCarrierFromMockService() { in getIsSatelliteEnabledForCarrierFromMockService() method in SatelliteManagerTestOnMockService