Merge "Start/end the navbar proto tokens in the secure settings dump logic." into tm-dev

This commit is contained in:
Pat Manning
2022-03-08 17:05:15 +00:00
committed by Android (Google) Code Review

View File

@@ -2252,12 +2252,14 @@ class SettingsProtoDumpUtil {
Settings.Secure.MULTI_PRESS_TIMEOUT,
SecureSettingsProto.MULTI_PRESS_TIMEOUT);
final long navBar = p.start(SecureSettingsProto.NAV_BAR);
dumpSetting(s, p,
Settings.Secure.NAV_BAR_FORCE_VISIBLE,
SecureSettingsProto.NavBar.NAV_BAR_FORCE_VISIBLE);
dumpSetting(s, p,
Settings.Secure.NAV_BAR_KIDS_MODE,
SecureSettingsProto.NavBar.NAV_BAR_KIDS_MODE);
p.end(navBar);
dumpSetting(s, p,
Settings.Secure.NAVIGATION_MODE,