Home
last modified time | relevance | path

Searched refs:shouldTestSatelliteWithMockService (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteSmsTest.java78 if (!shouldTestSatelliteWithMockService()) return; in beforeAllTests()
92 if (!shouldTestSatelliteWithMockService()) return; in afterAllTests()
102 assumeTrue(shouldTestSatelliteWithMockService()); in setUp()
112 if (!shouldTestSatelliteWithMockService()) return; in tearDown()
DSatelliteManagerTestOnMockService.java173 if (!shouldTestSatelliteWithMockService()) return; in beforeAllTests()
240 if (!shouldTestSatelliteWithMockService()) return; in afterAllTests()
266 if (!shouldTestSatelliteWithMockService()) return; in setUp()
314 if (!shouldTestSatelliteWithMockService()) return; in tearDown()
349 if (!shouldTestSatelliteWithMockService()) return; in testProvisionSatelliteService()
407 if (!shouldTestSatelliteWithMockService()) return; in testProvisioningApiNotSupportedByVendorService()
453 if (!shouldTestSatelliteWithMockService()) return; in testPointingUICrashHandling()
489 if (!shouldTestSatelliteWithMockService()) return; in testSatelliteModemStateChanged()
586 if (!shouldTestSatelliteWithMockService() || !Flags.oemEnabledSatelliteFlag()) return; in testSatelliteModemStateChangedForNbIot()
764 if (!shouldTestSatelliteWithMockService() || !Flags.oemEnabledSatelliteFlag()) return; in testSendKeepAliveDatagramInNotConnectedState()
[all …]
DCarrierRoamingSatelliteTest.java53 assumeTrue(shouldTestSatelliteWithMockService()); in beforeAllTests()
DCarrierRoamingSatelliteTestBase.java106 protected static boolean shouldTestSatelliteWithMockService() { in shouldTestSatelliteWithMockService() method in CarrierRoamingSatelliteTestBase
DSatelliteManagerTestBase.java122 protected static boolean shouldTestSatelliteWithMockService() { in shouldTestSatelliteWithMockService() method in SatelliteManagerTestBase