Home
last modified time | relevance | path

Searched defs:locationManager (Results 1 – 9 of 9) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGnssDeviceInfo.java46 LocationManager locationManager = in collectDeviceInfo() local
65 DeviceInfoStore store, LocationManager locationManager) throws IOException { in collectGnssHardwareModelName()
135 LocationManager locationManager) throws InterruptedException, IOException { in collectAccumulatedDeltaRangeMeasurements()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21088/src/android/security/cts/CVE_2023_21088/
DPocActivity.java41 LocationManager locationManager = getSystemService(LocationManager.class); in onResume() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestListActivity.java122 LocationManager locationManager = in handleItemClick() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt143 val locationManager = context.getSystemService(LocationManager::class.java)!! in nativeNoteOp() constant
152 val locationManager = context.getSystemService(LocationManager::class.java)!! in nativeNoteOp() constant
535 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
555 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
609 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
DForegroundModeAndActiveTest.kt81 private val locationManager = context.getSystemService(LocationManager::class.java)!! in <lambda>() constant
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt79 private val locationManager = context.getSystemService(LocationManager::class.java)!! constant in android.companion.cts.common.TestBase
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DNetworkingHelper.java307 final LocationManager locationManager = mContext.getSystemService(LocationManager.class); in setLocationMode() local
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java314 LocationManager locationManager = mContext.getSystemService(LocationManager.class); in testLocationManagerAffectsTimeZoneCapabilities() local
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1306 final LocationManager locationManager = in testAccessCoarseLocationPermission() local