Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java2519 setUpResponseForStopSendingNtnSignalStrength(expectedResult); in testSendingNtnSignalStrengthWithFeatureEnabled()
2526 setUpResponseForStopSendingNtnSignalStrength(expectedResult); in testSendingNtnSignalStrengthWithFeatureEnabled()
2545 setUpResponseForStopSendingNtnSignalStrength(SATELLITE_RESULT_NO_RESOURCES); in testSendingNtnSignalStrengthWithFeatureEnabled()
2563 setUpResponseForStopSendingNtnSignalStrength(SATELLITE_RESULT_NO_RESOURCES); in testSendingNtnSignalStrengthWithFeatureEnabled()
2572 setUpResponseForStopSendingNtnSignalStrength(SATELLITE_RESULT_SUCCESS); in testSendingNtnSignalStrengthWithFeatureEnabled()
2602 setUpResponseForStopSendingNtnSignalStrength(expectedResult); in testSendingNtnSignalStrengthWithFeatureDisabled()
4052 private void setUpResponseForStopSendingNtnSignalStrength( in setUpResponseForStopSendingNtnSignalStrength() method in SatelliteControllerTest