am 69f35c8e: IMS: Unsol TTY notification support
* commit '69f35c8e1bc5b7bd087907d7d88a5de4cf57ba42': IMS: Unsol TTY notification support
This commit is contained in:
@@ -104,4 +104,14 @@ interface IImsCallSessionListener {
|
|||||||
in int srcAccessTech, in int targetAccessTech, in ImsReasonInfo reasonInfo);
|
in int srcAccessTech, in int targetAccessTech, in ImsReasonInfo reasonInfo);
|
||||||
void callSessionHandoverFailed(in IImsCallSession session,
|
void callSessionHandoverFailed(in IImsCallSession session,
|
||||||
in int srcAccessTech, in int targetAccessTech, in ImsReasonInfo reasonInfo);
|
in int srcAccessTech, in int targetAccessTech, in ImsReasonInfo reasonInfo);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Notifies the TTY mode change by remote party.
|
||||||
|
* @param mode one of the following:
|
||||||
|
* - {@link com.android.internal.telephony.Phone#TTY_MODE_OFF}
|
||||||
|
* - {@link com.android.internal.telephony.Phone#TTY_MODE_FULL}
|
||||||
|
* - {@link com.android.internal.telephony.Phone#TTY_MODE_HCO}
|
||||||
|
* - {@link com.android.internal.telephony.Phone#TTY_MODE_VCO}
|
||||||
|
*/
|
||||||
|
void callSessionTtyModeReceived(in IImsCallSession session, in int mode);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user