diff options
Diffstat (limited to 'telecomm/java')
-rw-r--r-- | telecomm/java/android/telecomm/IInCallAdapter.aidl | 1 | ||||
-rw-r--r-- | telecomm/java/android/telecomm/IInCallService.aidl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/android/telecomm/IInCallAdapter.aidl b/telecomm/java/android/telecomm/IInCallAdapter.aidl index 9fb7d4d..594b046 100644 --- a/telecomm/java/android/telecomm/IInCallAdapter.aidl +++ b/telecomm/java/android/telecomm/IInCallAdapter.aidl @@ -28,6 +28,7 @@ package android.telecomm; * TODO(santoscordon): Specify the adapter will stop functioning when there are no more calls. * TODO(santoscordon): Once we have proper "CallState" constant definitions, consider rewording * the javadoc to reference those states precisely. + * @hide */ oneway interface IInCallAdapter { /** diff --git a/telecomm/java/android/telecomm/IInCallService.aidl b/telecomm/java/android/telecomm/IInCallService.aidl index bc3a6b6..1418b03 100644 --- a/telecomm/java/android/telecomm/IInCallService.aidl +++ b/telecomm/java/android/telecomm/IInCallService.aidl @@ -26,6 +26,7 @@ import android.telecomm.IInCallAdapter; * TODO(santoscordon): Needs more/better description of lifecycle once the interface is better * defined. * TODO(santoscordon): What happens if two or more apps on a given decide implement this interface? + * @hide */ oneway interface IInCallService { |