Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java296 boolean isLocationSwitchOn = getAndSetLocationSwitch(true); in testRequestNetworkScan()
312 getAndSetLocationSwitch(isLocationSwitchOn); in testRequestNetworkScan()
339 boolean isLocationSwitchOn = getAndSetLocationSwitch(false); in requestNetworkScanLocationOffHelper()
361 getAndSetLocationSwitch(isLocationSwitchOn); in requestNetworkScanLocationOffHelper()
455 private boolean getAndSetLocationSwitch(boolean enabled) { in getAndSetLocationSwitch() method in NetworkScanApiTest