Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/cts/tests/tests/appop/src/android/app/appops/cts/
H A DAppOpsLoggingTest.kt165 val locationManager = context.getSystemService(LocationManager::class.java)!! in nativeNoteOp() constant
174 val locationManager = context.getSystemService(LocationManager::class.java)!! in nativeNoteOp() constant
479 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
499 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
553 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp() constant
/aosp_15_r20/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
H A DGnssDeviceInfo.java46 LocationManager locationManager = in collectDeviceInfo() local
65 DeviceInfoStore store, LocationManager locationManager) throws IOException { in collectGnssHardwareModelName()
135 LocationManager locationManager) throws InterruptedException, IOException { in collectAccumulatedDeltaRangeMeasurements()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/
DUtilsTest.java116 LocationManager locationManager = context.getSystemService(LocationManager.class); in blockedByLocationOff() local
130 LocationManager locationManager = context.getSystemService(LocationManager.class); in checkCallerHasCoarseLocation_doesNotCrash() local
150 LocationManager locationManager = context.getSystemService(LocationManager.class); in checkCallerHasCoarseOrFineLocation_doesNotCrash() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DAppOpsLoggingTest.kt96 val locationManager = context.getSystemService(LocationManager::class.java)!! in <lambda>() constant
103 val locationManager = context.getSystemService(LocationManager::class.java)!! in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/privacy/
DPrivacyDialogController.java44 private final android.location.LocationManager locationManager = null; field in PrivacyDialogController
77 android.location.LocationManager locationManager, @org.jetbrains.annotations.NotNull() in PrivacyDialogController()
96 android.location.LocationManager locationManager, @org.jetbrains.annotations.NotNull() in PrivacyDialogController()
DPrivacyDialogControllerV2.java43 private final android.location.LocationManager locationManager = null; field in PrivacyDialogControllerV2
74 android.location.LocationManager locationManager, @org.jetbrains.annotations.NotNull() in PrivacyDialogControllerV2()
93 android.location.LocationManager locationManager, @org.jetbrains.annotations.NotNull() in PrivacyDialogControllerV2()
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/
H A DLocationProviderImpl.java31 private final LocationManager locationManager; field in LocationProviderImpl
33 LocationProviderImpl(Context context, LocationManager locationManager) { in LocationProviderImpl()
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/UsePermissionAppLocationProvider/src/android/permissionui/cts/accessmicrophoneapplocationprovider/
DAddLocationProviderActivity.kt29 val locationManager = attrContext.getSystemService(LocationManager::class.java)!! in onCreate() constant
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/location/
DLocationScreen.kt40 var locationManager = context.getSystemService(Context.LOCATION_SERVICE) as LocationManager in getSummary() variable
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/location/
DCountryDetector.java87 LocationManager locationManager, in CountryDetector()
103 private static void registerForLocationUpdates(Context context, LocationManager locationManager) { in registerForLocationUpdates()
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DLocationProviderInterceptDialogTest.kt118 val locationManager = context.getSystemService(LocationManager::class.java)!! in enableMicrophoneAppAsLocationProvider() constant
DSensorBlockedBannerTest.kt54 private val locationManager = context.getSystemService(LocationManager::class.java)!! constant in android.permissionui.cts.SensorBlockedBannerTest
DPermissionTest30WithBluetooth.kt62 private val locationManager = context.getSystemService(LocationManager::class.java)!! constant in android.permissionui.cts.PermissionTest30WithBluetooth
/aosp_15_r20/external/robolectric/integration_tests/sdkcompat/src/test/java/org/robolectric/integrationtests/sdkcompat/
H A DNormalCompatibilityTest.kt36 val locationManager = application.getSystemService(Context.LOCATION_SERVICE) in <lambda>() constant
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/timedetector/
H A DGnssTimeUpdateService.java76 LocationManager locationManager = context.getSystemService(LocationManager.class); in onStart() local
129 @NonNull LocationManager locationManager, in GnssTimeUpdateService()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceConstructedImpl.java72 LocationManager locationManager, in create()
96 LocationManager locationManager, in ResourceConstructedImpl()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowLocationManagerTest.java79 private LocationManager locationManager; field in ShadowLocationManagerTest
1790 private final LocationManager locationManager; field in ShadowLocationManagerTest.TestLocationListenerSelfRemoval
1792 public TestLocationListenerSelfRemoval(LocationManager locationManager) { in TestLocationListenerSelfRemoval()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java549 LocationManager locationManager = Objects.requireNonNull( in handleInitialize() local
698 LocationManager locationManager = (LocationManager) mContext.getSystemService( in handleRequestLocation() local
954 LocationManager locationManager = mContext.getSystemService(LocationManager.class); in updateEnabled() local
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java33 LocationManager locationManager = (LocationManager)getInstrumentation().getContext( in testRunFineLocation() local
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationUtil.java35 LocationManager locationManager = context.getSystemService(LocationManager.class); in isDriverWithAdasApps() local
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/test/
DCarLocationTestHelper.java36 LocationManager locationManager = in injectLocation() local
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java38 LocationManager locationManager = (LocationManager)getInstrumentation().getContext( in testRunLocationAndBluetooth() local
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java36 LocationManager locationManager = (LocationManager)getInstrumentation().getContext( in testRunBluetoothAndFineLocation() local
/aosp_15_r20/cts/tests/tests/companion/common/src/android/companion/cts/common/
H A DTestBase.kt79 private val locationManager = context.getSystemService(LocationManager::class.java)!! constant
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/populator/
H A DLocationProviderImplTest.java43 @Mock private LocationManager locationManager; field in LocationProviderImplTest

12345678910>>...19