Searched refs:setLocationEnabled (Results 1 – 5 of 5) sorted by relevance
90 verify(mEnabler).setLocationEnabled(true); in onSwitchChanged_switchChecked_shouldSetLocationEnabled()97 verify(mEnabler).setLocationEnabled(false); in onSwitchChanged_switchUnchecked_shouldSetLocationDisabled()
144 mEnabler.setLocationEnabled(true); in setLocationEnabled_notRestricted_shouldRefreshLocation()154 mEnabler.setLocationEnabled(true); in setLocationEnabled_notRestricted_shouldBroadcastUpdateAndSetChanger()
104 mLocationEnabler.setLocationEnabled(isChecked); in onCheckedChanged()
112 public void setLocationEnabled(boolean enabled) { in setLocationEnabled() method in LocationEnabler
166 public static void setLocationEnabled(boolean enabled) { in setLocationEnabled() method in NetworkPolicyTestUtils