Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java1071 .setSatelliteTechnology(getSupportedNtnRadioTechnology()) in handleMessage()
4335 protected @SatelliteManager.NTRadioTechnology int getSupportedNtnRadioTechnology() { in getSupportedNtnRadioTechnology() method in SatelliteController
4349 .setSatelliteTechnology(getSupportedNtnRadioTechnology()) in sendErrorAndReportSessionMetrics()
4632 .setSatelliteTechnology(getSupportedNtnRadioTechnology()) in handleEventWaitForSatelliteEnablingResponseTimedOut()
4653 .setSatelliteTechnology(getSupportedNtnRadioTechnology()) in handleEventWaitForSatelliteEnablingResponseTimedOut()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java1056 mSatelliteControllerUT.getSupportedNtnRadioTechnology())); in testRequestSatelliteCapabilities()
2232 mSatelliteControllerUT.getSupportedNtnRadioTechnology()); in testIsSatelliteAttachRequired()
2250 satelliteController.getSupportedNtnRadioTechnology())); in testIsSatelliteAttachRequired()
4530 protected int getSupportedNtnRadioTechnology() { in getSupportedNtnRadioTechnology() method in SatelliteControllerTest.TestSatelliteController
4531 int ntRadioTechnology = super.getSupportedNtnRadioTechnology(); in getSupportedNtnRadioTechnology()