Searched refs:setShownPreferences (Results 1 – 3 of 3) sorted by relevance
212 mVpnSettings.setShownPreferences(updates); in clickVpn_VpnConnected_doesNotStartVpnLaunchIntent()231 mVpnSettings.setShownPreferences(updates); in clickVpn_VpnDisconnected_startsVpnLaunchIntent()
80 doNothing().when(mSettings).setShownPreferences(any()); in setUp()
371 mSettings.setShownPreferences(updates); in run()382 public void setShownPreferences(final Collection<Preference> updates) { in setShownPreferences() method in VpnSettings