Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssAntennaInfoTest.java53 mTestLocationManager.getLocationManager().getGnssCapabilities().hasAntennaInfo()); in testGnssAntennaInfoValues()
62 mTestLocationManager.getLocationManager().getGnssAntennaInfos(); in testGnssAntennaInfoValues()
79 mTestLocationManager.getLocationManager().requestLocationUpdates( in checkGnssChange()
86 mTestLocationManager.getLocationManager().removeUpdates(listener); in checkGnssChange()
DGnssNavigationMessageRegistrationTest.java107 if (!mTestLocationManager.getLocationManager().getGnssCapabilities() in testGnssNavigationMessageRegistration()
DGnssNavigationMessageTest.java100 if (!mTestLocationManager.getLocationManager().getGnssCapabilities() in testGnssNavigationMessageMandatoryFieldRanges()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementValuesTest.java96 GnssCapabilities capabilities = mTestLocationManager.getLocationManager(). in testListenForGnssMeasurements()
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySavingTestBase.java139 public LocationManager getLocationManager() { in getLocationManager() method in BatterySavingTestBase
/cts/tests/location/common/src/android/location/cts/common/
DTestLocationManager.java294 public LocationManager getLocationManager() { in getLocationManager() method in TestLocationManager
DTestMeasurementUtil.java116 boolean gpsProviderEnabled = testLocationManager.getLocationManager() in canTestRunOnCurrentDevice()