Loading telephony/java/android/telephony/ims/aidl/IImsMmTelListener.aidl +5 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,11 @@ import com.android.ims.internal.IImsCallSession; * See MmTelFeature#Listener for more information. * {@hide} */ oneway interface IImsMmTelListener { // This interface is not considered oneway because we need to ensure that these operations are // processed by telephony before the control flow returns to the ImsService to perform // operations on the IImsCallSession. interface IImsMmTelListener { void onIncomingCall(IImsCallSession c, in Bundle extras); void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); void onVoiceMessageCountUpdate(int count); oneway void onVoiceMessageCountUpdate(int count); } Loading
telephony/java/android/telephony/ims/aidl/IImsMmTelListener.aidl +5 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,11 @@ import com.android.ims.internal.IImsCallSession; * See MmTelFeature#Listener for more information. * {@hide} */ oneway interface IImsMmTelListener { // This interface is not considered oneway because we need to ensure that these operations are // processed by telephony before the control flow returns to the ImsService to perform // operations on the IImsCallSession. interface IImsMmTelListener { void onIncomingCall(IImsCallSession c, in Bundle extras); void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); void onVoiceMessageCountUpdate(int count); oneway void onVoiceMessageCountUpdate(int count); }