Home
last modified time | relevance | path

Searched defs:locationManager (Results 1 – 10 of 10) 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.kt169 val locationManager = context.getSystemService(LocationManager::class.java)!! in nativeNoteOp() constant
178 val locationManager = context.getSystemService(LocationManager::class.java)!! in nativeNoteOp() constant
503 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
523 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
577 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
DForegroundModeAndActiveTest.kt81 private val locationManager = context.getSystemService(LocationManager::class.java)!! in <lambda>() constant in android.app.appops.cts.ForegroundModeAndActiveTest
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt79 private val locationManager = context.getSystemService(LocationManager::class.java)!! constant
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DNetworkingHelper.java308 final LocationManager locationManager = mContext.getSystemService(LocationManager.class); in setLocationMode() local
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java325 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
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java816 LocationManager locationManager = ctx.getSystemService(LocationManager.class); in setLocationEnabled() local