Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DSatelliteManagerTestOnMockService.java3904 SatelliteSupportedStateCallbackTest satelliteSupportedStateCallbackTest = in testRegisterForSupportedStateChanged() local
3910 getContext().getMainExecutor(), satelliteSupportedStateCallbackTest); in testRegisterForSupportedStateChanged()
3915 assertFalse(satelliteSupportedStateCallbackTest.waitUntilResult(1)); in testRegisterForSupportedStateChanged()
3919 assertTrue(satelliteSupportedStateCallbackTest.waitUntilResult(1)); in testRegisterForSupportedStateChanged()
3920 assertFalse(satelliteSupportedStateCallbackTest.isSupported); in testRegisterForSupportedStateChanged()
3929 assertFalse(satelliteSupportedStateCallbackTest.waitUntilResult(1)); in testRegisterForSupportedStateChanged()
3933 assertTrue(satelliteSupportedStateCallbackTest.waitUntilResult(1)); in testRegisterForSupportedStateChanged()
3934 assertTrue(satelliteSupportedStateCallbackTest.isSupported); in testRegisterForSupportedStateChanged()
3943 assertFalse(satelliteSupportedStateCallbackTest.waitUntilResult(1)); in testRegisterForSupportedStateChanged()
3947 satelliteSupportedStateCallbackTest.clearSupportedStates(); in testRegisterForSupportedStateChanged()
[all …]