Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java316 setUpResponseForRequestIsSatelliteSupported(false, SATELLITE_RESULT_SUCCESS); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
327 setUpResponseForRequestIsSatelliteSupported(false, SATELLITE_RESULT_MODEM_ERROR); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
339 setUpResponseForRequestIsSatelliteSupported(true, SATELLITE_RESULT_SUCCESS); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
574 private void setUpResponseForRequestIsSatelliteSupported( in setUpResponseForRequestIsSatelliteSupported() method in SatelliteAccessControllerTest