Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +0 −15 Original line number Original line Diff line number Diff line Loading @@ -1777,21 +1777,6 @@ interface ITelephony { */ */ boolean isInEmergencySmsMode(); boolean isInEmergencySmsMode(); /** * Get a list of SMS apps on a user. */ String[] getSmsApps(int userId); /** * Get the default SMS app on a given user. */ String getDefaultSmsApp(int userId); /** * Set the default SMS app to a given package on a given user. */ void setDefaultSmsApp(int userId, String packageName); /** /** * Return the modem radio power state for slot index. * Return the modem radio power state for slot index. * * Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +0 −15 Original line number Original line Diff line number Diff line Loading @@ -1777,21 +1777,6 @@ interface ITelephony { */ */ boolean isInEmergencySmsMode(); boolean isInEmergencySmsMode(); /** * Get a list of SMS apps on a user. */ String[] getSmsApps(int userId); /** * Get the default SMS app on a given user. */ String getDefaultSmsApp(int userId); /** * Set the default SMS app to a given package on a given user. */ void setDefaultSmsApp(int userId, String packageName); /** /** * Return the modem radio power state for slot index. * Return the modem radio power state for slot index. * * Loading