Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a2cc143 authored by Mingguang Xu's avatar Mingguang Xu Committed by Android (Google) Code Review
Browse files

Merge "Wifi usability: Add screen status into WifiIsUnusableEvent"

parents 041b3ebe 7b6e1842
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -1798,6 +1798,9 @@ message WifiIsUnusableEvent {
  // Prediction horizon (in second) of Wifi usability score provided by external
  // Prediction horizon (in second) of Wifi usability score provided by external
  // system app
  // system app
  optional int32 last_prediction_horizon_sec = 12 [default = -1];
  optional int32 last_prediction_horizon_sec = 12 [default = -1];

  // Whether screen status is on when WifiIsUnusableEvent happens.
  optional bool screen_on = 13 [default = false];
}
}


message PasspointProfileTypeCount {
message PasspointProfileTypeCount {