Home
last modified time | relevance | path

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

/cts/tests/tests/permission3/UsePermissionAppLocationProvider/src/android/permission3/cts/accessmicrophoneapplocationprovider/
DAddLocationProviderActivity.kt31 val locationManager = attrContext.getSystemService(LocationManager::class.java) in onCreate() constant
/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/permission3/src/android/permission3/cts/
DLocationProviderInterceptDialogTest.kt112 val locationManager = context.getSystemService(LocationManager::class.java)!! in enableMicrophoneAppAsLocationProvider() constant
DSensorBlockedBannerTest.kt51 val locationManager = context.getSystemService(LocationManager::class.java)!! constant in android.permission3.cts.SensorBlockedBannerTest
DPermissionTest30WithBluetooth.kt61 private val locationManager = context.getSystemService(LocationManager::class.java)!! constant in android.permission3.cts.PermissionTest30WithBluetooth
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt141 val locationManager = context.getSystemService(LocationManager::class.java) in nativeNoteOp() constant
150 val locationManager = context.getSystemService(LocationManager::class.java) in nativeNoteOp() constant
530 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
550 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
604 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
DForegroundModeAndActiveTest.kt67 private val locationManager = context.getSystemService(LocationManager::class.java)!! in <lambda>() constant
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt76 private val locationManager = context.getSystemService(LocationManager::class.java)!! constant in android.companion.cts.common.TestBase
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DNetworkingHelper.java281 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