diff options
author | 2024-04-11 23:28:58 +0000 | |
---|---|---|
committer | 2024-05-17 22:53:08 +0000 | |
commit | 66d0a3d80b0f3ee94d3ae0a72ed3ffae79268bd1 (patch) | |
tree | 704248d0bc502a36028da7ca75c06fc3e5db1ba2 /proto/src | |
parent | f3dd29015be474d514d36df8d249c661d020ed81 (diff) |
Collect B2C data in voice call metric
Bug:326616369
Test: m, basic telephony tests, inspect voice call atom on device
Change-Id: I09657dbd3e81a606b9fbcfc94f2982664be562b4
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/persist_atoms.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/src/persist_atoms.proto b/proto/src/persist_atoms.proto index fe181ae72d..fb1e9c2d0d 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -288,6 +288,8 @@ message VoiceCallSession { optional bool is_iwlan_cross_sim_at_connected = 39; optional bool vonr_enabled = 40; optional bool is_ntn = 41; + optional bool supports_business_call_composer = 42; + optional int32 call_composer_status = 43; // Internal use only optional int64 setup_begin_millis = 10001; |