Home
last modified time | relevance | path

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

/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java222 try (DeviceConfigStateHelper locationDeviceConfigStateHelper = in testGetLastKnownLocation_AdasLocationSettingsOn() argument
225 locationDeviceConfigStateHelper.set(ADAS_SETTINGS_ALLOWLIST, mContext.getPackageName()); in testGetLastKnownLocation_AdasLocationSettingsOn()
270 try (DeviceConfigStateHelper locationDeviceConfigStateHelper = in testGetLastKnownLocation_AdasLocationSettingsOff() argument
273 locationDeviceConfigStateHelper.set(ADAS_SETTINGS_ALLOWLIST, mContext.getPackageName()); in testGetLastKnownLocation_AdasLocationSettingsOff()
801 DeviceConfigStateHelper locationDeviceConfigStateHelper = in testRequestLocationUpdates_LocationSettingsIgnored()
804 locationDeviceConfigStateHelper.set(IGNORE_SETTINGS_ALLOWLIST, in testRequestLocationUpdates_LocationSettingsIgnored()
840 DeviceConfigStateHelper locationDeviceConfigStateHelper = in testRequestLocationUpdates_AdasGnssBypass()
843 locationDeviceConfigStateHelper.set(ADAS_SETTINGS_ALLOWLIST, mContext.getPackageName()); in testRequestLocationUpdates_AdasGnssBypass()