summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Wu <wjack@google.com>2023-05-25 11:28:27 +0800
committerJack Wu <wjack@google.com>2023-05-25 04:28:26 +0000
commit3d7f21ec79678128c205f77fd4e03d37f7c07772 (patch)
tree9ea3d9a6cd3e18e8df022db83372d0a78491d657
parent17fde9733f292bbf0ec69ed3a279dcf989d557e4 (diff)
downloadpixel-3d7f21ec79678128c205f77fd4e03d37f7c07772.tar.gz
pixelstats: support INCONSISTENT for battery health status
Bug: 283182048 Test: manual Change-Id: I0a56ab829851db112d76eb96c9a44775dca0097e Signed-off-by: Jack Wu <wjack@google.com>
-rw-r--r--pixelstats/pixelatoms.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/pixelstats/pixelatoms.proto b/pixelstats/pixelatoms.proto
index 0fe618bf..f7b61d0e 100644
--- a/pixelstats/pixelatoms.proto
+++ b/pixelstats/pixelatoms.proto
@@ -1188,6 +1188,7 @@ message BatteryHealthStatus {
NEEDS_REPLACEMENT = 2; // The battery needs replacement
FAILED = 3; // The battery has failed and no longer operates as expected
NOT_AVAILABLE = 4; // This is a temporary state when cycle count is insufficient
+ INCONSISTENT = 5; // The battery recalibration is pending
}
// HealthStatus calculated using health_index, health_perf_index.