summaryrefslogtreecommitdiff
path: root/telecomm
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-09 18:06:34 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-09 18:06:34 +0000
commit9bc5f5c70d8dc330c8506c670053199507044f99 (patch)
treedb1424fd367d42b538d0fdafb0aa5a1faeef2249 /telecomm
parent11870c54667e6b8494845fa91e02d9462c64422c (diff)
parent46461c142d32437c99776062682cf6c65fcaf9ab (diff)
Merge "Updated relevant aidl to pass current user when setting PhoneAcctSuggSrvc." into main
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/com/android/internal/telecom/ITelecomService.aidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
index 112471b2af57..c85374e0b660 100644
--- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
+++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
@@ -376,7 +376,8 @@ interface ITelecomService {
*/
void requestLogMark(in String message);
- void setTestPhoneAcctSuggestionComponent(String flattenedComponentName);
+ void setTestPhoneAcctSuggestionComponent(String flattenedComponentName,
+ in UserHandle userHandle);
void setTestDefaultCallScreeningApp(String packageName);