Home
last modified time | relevance | path

Searched refs:shouldTestSatellite (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DSatelliteManagerTest.java75 if (!shouldTestSatellite()) return; in beforeAllTests()
127 if (!shouldTestSatellite()) return; in afterAllTests()
183 if (!shouldTestSatellite()) return; in setUp()
194 if (!shouldTestSatellite()) return; in testSatelliteTransmissionUpdates()
231 if (!shouldTestSatellite()) return; in testProvisionSatelliteService()
301 if (!shouldTestSatellite()) return; in testDeprovisionSatelliteService()
313 if (!shouldTestSatellite()) return; in testRegisterForSatelliteProvisionStateChanged()
326 if (!shouldTestSatellite()) return; in testRequestIsSatelliteProvisioned()
351 if (!shouldTestSatellite()) return; in testRequestSatelliteEnabled()
366 if (!shouldTestSatellite()) return; in testRequestIsSatelliteEnabled()
[all …]
DSatelliteManagerTestBase.java106 protected static boolean shouldTestSatellite() { in shouldTestSatellite() method in SatelliteManagerTestBase
DSatelliteManagerTestOnMockService.java176 if (!shouldTestSatellite()) { in beforeAllTests()