From c47b18fb2523b65189f88c22a4291233f00bfb4a Mon Sep 17 00:00:00 2001 From: "Libin.Tang@motorola.com" Date: Sat, 23 Aug 2014 18:12:51 -0500 Subject: IMS: modify sendDtmf interface. Bug: 17282921 Change-Id: If96f209e91db420e089d429bb5c7a0f9882b4057 --- telephony/java/com/android/ims/internal/IImsCallSession.aidl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'telephony') diff --git a/telephony/java/com/android/ims/internal/IImsCallSession.aidl b/telephony/java/com/android/ims/internal/IImsCallSession.aidl index ba4cb01..98b2d8a 100644 --- a/telephony/java/com/android/ims/internal/IImsCallSession.aidl +++ b/telephony/java/com/android/ims/internal/IImsCallSession.aidl @@ -16,6 +16,7 @@ package com.android.ims.internal; +import android.os.Message; import com.android.ims.ImsCallProfile; import com.android.ims.ImsStreamMediaProfile; import com.android.ims.internal.IImsCallSessionListener; @@ -206,10 +207,10 @@ interface IImsCallSession { * event 0 ~ 9 maps to decimal value 0 ~ 9, '*' to 10, '#' to 11, event 'A' ~ 'D' to 12 ~ 15, * and event flash to 16. Currently, event flash is not supported. * - * @param code the DTMF to send. Value 0 to 15 (inclusive) are valid inputs. - * @param duration the interval in milli-seconds between the DTMFs + * @param c the DTMF to send. '0' ~ '9', 'A' ~ 'D', '*', '#' are valid inputs. + * @param result. */ - void sendDtmf(int code, int duration); + void sendDtmf(char c, in Message result); /** * Sends an USSD message. -- cgit v1.1