Home
last modified time | relevance | path

Searched refs:sSettingValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DBarControlPolicy.java62 static String sSettingValue; field in BarControlPolicy
75 if (sSettingValue == value || sSettingValue != null && sSettingValue.equals(value)) { in reloadFromSetting()
79 sSettingValue = value; in reloadFromSetting()
90 sSettingValue = null; in reset()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/wm/
DDisplaySystemBarsControllerTest.java90 assertThat(BarControlPolicy.sSettingValue).isEqualTo(text); in onDisplayAdded_loadsBarControlPolicyFilters()