diff options
author | 2023-11-15 16:43:41 -0800 | |
---|---|---|
committer | 2023-11-20 20:31:50 +0000 | |
commit | c80cf2c86ae784284dd16997e3e93fbc6455a24d (patch) | |
tree | 0f074d5d8eec333b21f7e371e874783dfa8bddf9 /proto/src | |
parent | 29b39be04874fc9c2fa961b395849677fa26c883 (diff) |
ServiceStateStats tracks cross-SIM calling reg
- New boolean field 'is_iwlan_cross_sim' that can be read for
multi-SIM devices where the voiceRat is NETWORK_TYPE_IWLAN.
Bug: 294240210
Test: Updated ServiceStateStatsTest, on-device testing with go/telephony-ww-local-testing
Change-Id: I0ad59331ae18b39c762d57fc90bd3fd8248f3ef1
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/persist_atoms.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/src/persist_atoms.proto b/proto/src/persist_atoms.proto index 537f824788..3fb8349252 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -382,6 +382,7 @@ message CellularServiceState { optional int32 fold_state = 12; optional bool override_voice_service = 13; optional bool isDataEnabled = 14; + optional bool is_iwlan_cross_sim = 15; // Internal use only optional int64 last_used_millis = 10001; |