Searched refs:sSettingValue (Results 1 – 2 of 2) sorted by relevance
68 static String sSettingValue; field in BarControlPolicy81 if (sSettingValue == value || sSettingValue != null && sSettingValue.equals(value)) { in reloadFromSetting()85 sSettingValue = value; in reloadFromSetting()96 sSettingValue = null; in reset()
92 assertThat(BarControlPolicy.sSettingValue).isEqualTo(text); in onDisplayAdded_loadsBarControlPolicyFilters()