diff options
author | 2024-09-09 18:06:34 +0000 | |
---|---|---|
committer | 2024-09-09 18:06:34 +0000 | |
commit | 9bc5f5c70d8dc330c8506c670053199507044f99 (patch) | |
tree | db1424fd367d42b538d0fdafb0aa5a1faeef2249 /telecomm/java | |
parent | 11870c54667e6b8494845fa91e02d9462c64422c (diff) | |
parent | 46461c142d32437c99776062682cf6c65fcaf9ab (diff) |
Merge "Updated relevant aidl to pass current user when setting PhoneAcctSuggSrvc." into main
Diffstat (limited to 'telecomm/java')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 3 |
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); |