Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -3096,6 +3096,16 @@ interface ITelephony { + "android.Manifest.permission.SATELLITE_COMMUNICATION)") void setDeviceAlignedWithSatellite(boolean isAligned); /** * This API can be used by only CTS to update CTS mode testing. * * @param ctsMode Whether to enable CTS mode for testing. * * @return {@code true} if the CTS mode is set successfully, * {@code false} otherwise. */ boolean setCtsMode(boolean ctsMode); /** * This API can be used by only CTS to update satellite vendor service package name. * Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -3096,6 +3096,16 @@ interface ITelephony { + "android.Manifest.permission.SATELLITE_COMMUNICATION)") void setDeviceAlignedWithSatellite(boolean isAligned); /** * This API can be used by only CTS to update CTS mode testing. * * @param ctsMode Whether to enable CTS mode for testing. * * @return {@code true} if the CTS mode is set successfully, * {@code false} otherwise. */ boolean setCtsMode(boolean ctsMode); /** * This API can be used by only CTS to update satellite vendor service package name. * Loading