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