commit | cb48ac65251339331ff89774d19e8a9b72f00d93 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Mar 03 12:17:03 2025 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Mar 03 12:17:03 2025 -0800 |
tree | 2526b6185ced6c781ba14ec533ca5c1c46ecec29 | |
parent | 4dc2708cfaac24941639cb100c3a1d634af3f1e2 [diff] | |
parent | fab8feb2594beeb1068bf3e9f520db92b50aae00 [diff] |
Merge "Propagate associated user into call" into main
diff --git a/src/com/android/server/telecom/ParcelableCallUtils.java b/src/com/android/server/telecom/ParcelableCallUtils.java index 3573de8..5764a9c 100644 --- a/src/com/android/server/telecom/ParcelableCallUtils.java +++ b/src/com/android/server/telecom/ParcelableCallUtils.java
@@ -263,6 +263,7 @@ .setContactDisplayName(call.getName()) .setActiveChildCallId(activeChildCallId) .setContactPhotoUri(contactPhotoUri) + .setAssociatedUser(call.getAssociatedUser()) .createParcelableCall(); }