Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DTestUtils.java77 static boolean isLocationOn(Context context) { in isLocationOn() method in TestUtils
DBluetoothLeScanTest.java90 mLocationOn = TestUtils.isLocationOn(getContext()); in setUp()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java150 mIsLocationOn = isLocationOn(); in setUp()
196 private boolean isLocationOn() throws Exception { in isLocationOn() method in AbstractRestrictBackgroundNetworkTestCase