diff options
Diffstat (limited to 'telecomm/java/com/android/internal/telecom')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl index 4edce53..4875cc3 100644 --- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl +++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl @@ -139,6 +139,11 @@ interface ITelecomService { boolean isRinging(); /** + * @see TelecomServiceImpl#getCallState + */ + int getCallState(); + + /** * @see TelecomServiceImpl#endCall */ boolean endCall(); |