Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -886,7 +886,7 @@ interface ITelephony { /** * @return true if the ImsService to bind to for the slot id specified was set, false otherwise. */ boolean setBoundImsServiceOverride(int slotIndex, boolean isCarrierService, boolean setBoundImsServiceOverride(int slotIndex, int userId, boolean isCarrierService, in int[] featureTypes, in String packageName); /** Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -886,7 +886,7 @@ interface ITelephony { /** * @return true if the ImsService to bind to for the slot id specified was set, false otherwise. */ boolean setBoundImsServiceOverride(int slotIndex, boolean isCarrierService, boolean setBoundImsServiceOverride(int slotIndex, int userId, boolean isCarrierService, in int[] featureTypes, in String packageName); /** Loading