Merge "Change IMS callback AIDLs to be oneway" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-27 22:38:47 +00:00
committed by Android (Google) Code Review
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ import com.android.ims.ImsSuppServiceNotification;
* by having one of the methods called on the {@link IImsCallSessionListener}.
* {@hide}
*/
interface IImsCallSessionListener {
oneway interface IImsCallSessionListener {
/**
* Notifies the result of the basic session operation (setup / terminate).
*/

View File

@@ -35,7 +35,7 @@ package com.android.ims.internal;
*
* {@hide}
*/
interface IImsEcbmListener {
oneway interface IImsEcbmListener {
/**
* Notifies the application when the device enters Emergency Callback Mode.
*/

View File

@@ -23,7 +23,7 @@ import com.android.ims.ImsExternalCallState;
*
* {@hide}
*/
interface IImsExternalCallStateListener {
oneway interface IImsExternalCallStateListener {
/**
* Notifies client when Dialog Event Package update is received

View File

@@ -26,7 +26,7 @@ import android.net.Uri;
*
* {@hide}
*/
interface IImsRegistrationListener {
oneway interface IImsRegistrationListener {
/**
* Notifies the application when the device is connected to the IMS network.
*

View File

@@ -26,7 +26,7 @@ import com.android.ims.ImsReasonInfo;
/**
* {@hide}
*/
interface IImsUtListener {
oneway interface IImsUtListener {
/**
* Notifies the result of the supplementary service configuration udpate.
*/