Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DMockSatelliteServiceManager.java943 public void setShouldRespondTelephony(boolean shouldRespondTelephony) { in setShouldRespondTelephony() method in MockSatelliteServiceManager
949 mSatelliteService.setShouldRespondTelephony(shouldRespondTelephony); in setShouldRespondTelephony()
DSatelliteManagerTestOnMockService.java271 sMockSatelliteServiceManager.setShouldRespondTelephony(true); in setUp()
318 sMockSatelliteServiceManager.setShouldRespondTelephony(true); in tearDown()
3827 sMockSatelliteServiceManager.setShouldRespondTelephony(false); in testRequestSatelliteEnabled_timeout()
3851 sMockSatelliteServiceManager.setShouldRespondTelephony(true); in testRequestSatelliteEnabled_timeout()
3865 sMockSatelliteServiceManager.setShouldRespondTelephony(false); in testRequestSatelliteEnabled_timeout()
3888 sMockSatelliteServiceManager.setShouldRespondTelephony(true); in testRequestSatelliteEnabled_timeout()
4356 sMockSatelliteServiceManager.setShouldRespondTelephony(false); in moveToSendingState()
4369 sMockSatelliteServiceManager.setShouldRespondTelephony(true); in moveToSendingState()
DMockSatelliteService.java684 public void setShouldRespondTelephony(boolean shouldRespondTelephony) { in setShouldRespondTelephony() method in MockSatelliteService