google_battery: Allow Adaptive Charging to be cleared by the UI

Test: Ensure that AC clear logs voltage tier -6
Bug: 214268076
Signed-off-by: Stephane Lee <[email protected]>
Change-Id: I30097599ad41fbd0c9cb961fd41772fb19f5bb5e
diff --git a/google_bms.h b/google_bms.h
index 59faca0..55e9a60 100644
--- a/google_bms.h
+++ b/google_bms.h
@@ -250,6 +250,7 @@
 
 /* tier index used to log the session */
 enum gbms_stats_tier_idx_t {
+	GBMS_STATS_AC_TI_DISABLE_DIALOG = -6,
 	GBMS_STATS_AC_TI_DEFENDER = -5,
 	GBMS_STATS_AC_TI_DISABLE_SETTING_STOP = -4,
 	GBMS_STATS_AC_TI_DISABLE_MISC = -3,