Loading telephony/java/com/android/ims/internal/IImsCallSession.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -225,4 +225,10 @@ interface IImsCallSession { * intermediates between the propriety implementation and Telecomm/InCall. */ IImsVideoCallProvider getVideoCallProvider(); /** * Determines if the current session is multiparty. * @return {@code True} if the session is multiparty. */ boolean isMultiparty(); } Loading
telephony/java/com/android/ims/internal/IImsCallSession.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -225,4 +225,10 @@ interface IImsCallSession { * intermediates between the propriety implementation and Telecomm/InCall. */ IImsVideoCallProvider getVideoCallProvider(); /** * Determines if the current session is multiparty. * @return {@code True} if the session is multiparty. */ boolean isMultiparty(); }