summaryrefslogtreecommitdiff
path: root/telecomm/java/com
diff options
context:
space:
mode:
author sqian <shuoq@google.com> 2021-02-25 20:40:12 +0000
committer sqian <shuoq@google.com> 2021-02-25 20:40:12 +0000
commit7a2b711b0036bfef45fab07bd15eba5f869393e2 (patch)
tree2a65d84a6b90a2df41207212f26377999ebfb797 /telecomm/java/com
parent6fca4110dc5307e673c8bf390b8dd72a5c5eb957 (diff)
Companion InCallService API review
Test: atest; make docs Bug: 179116441 Change-Id: Id75e727f6c3fc42132a80f7258bf790be79acf19 Merged-In: Id75e727f6c3fc42132a80f7258bf790be79acf19 (cherry picked from commit d30bd60beb6e098b279ccb4a839c7ad89a1b6c64)
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/ITelecomService.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
index 6dc096daf4ea..5afac2ec239a 100644
--- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
+++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
@@ -179,9 +179,9 @@ interface ITelecomService {
boolean isInCall(String callingPackage, String callingFeatureId);
/**
- * @see TelecomServiceImpl#hasCompanionInCallServiceAccess
+ * @see TelecomServiceImpl#hasManageOngoingCallsPermission
*/
- boolean hasCompanionInCallServiceAccess(String callingPackage);
+ boolean hasManageOngoingCallsPermission(String callingPackage);
/**
* @see TelecomServiceImpl#isInManagedCall