Searched refs:setTestProviderLocation (Results 1 – 7 of 7) sorted by relevance
/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | GeofencingTest.java | 119 mManager.setTestProviderLocation(FUSED_PROVIDER, in testAddProximityAlert() 125 mManager.setTestProviderLocation(FUSED_PROVIDER, in testAddProximityAlert() 129 mManager.setTestProviderLocation(FUSED_PROVIDER, in testAddProximityAlert() 197 mManager.setTestProviderLocation(FUSED_PROVIDER, in testRemoveProximityAlert() 204 mManager.setTestProviderLocation(FUSED_PROVIDER, in testRemoveProximityAlert() 235 mManager.setTestProviderLocation(FUSED_PROVIDER, createLocation(FUSED_PROVIDER, 0, 0, 10)); in testAddProximityAlert_StartProximate() 261 mManager.setTestProviderLocation(FUSED_PROVIDER, in testAddProximityAlert_Multiple() 271 mManager.setTestProviderLocation(FUSED_PROVIDER, in testAddProximityAlert_Multiple() 282 mManager.setTestProviderLocation(FUSED_PROVIDER, in testAddProximityAlert_Multiple() 305 mManager.setTestProviderLocation(FUSED_PROVIDER, in testAddProximityAlert_Expires() [all …]
|
D | LocationManagerFineTest.java | 200 mManager.setTestProviderLocation(TEST_PROVIDER, loc1); in testGetLastKnownLocation() 203 mManager.setTestProviderLocation(TEST_PROVIDER, loc2); in testGetLastKnownLocation() 230 mManager.setTestProviderLocation(GPS_PROVIDER, loc); in testGetLastKnownLocation_AdasLocationSettingsOn() 278 mManager.setTestProviderLocation(GPS_PROVIDER, loc); in testGetLastKnownLocation_AdasLocationSettingsOff() 311 mManager.setTestProviderLocation(TEST_PROVIDER, loc1); in testGetLastKnownLocation_RemoveProvider() 324 mManager.setTestProviderLocation(TEST_PROVIDER, createLocation(TEST_PROVIDER, mRandom)); in testGetLastKnownLocation_NoteOp() 344 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testGetCurrentLocation() 384 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testGetCurrentLocation_FreshOldLocation() 400 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testGetCurrentLocation_DirectExecutor() 414 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testGetCurrentLocation_Cancellation() [all …]
|
/cts/tests/location/location_coarse/src/android/location/cts/coarse/ |
D | LocationManagerCoarseTest.java | 151 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testGetLastKnownLocation() 162 mManager.setTestProviderLocation(TEST_PROVIDER, loc1); in testGetLastKnownLocation_FastInterval() 164 mManager.setTestProviderLocation(TEST_PROVIDER, loc2); in testGetLastKnownLocation_FastInterval() 185 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testRequestLocationUpdates() 187 mManager.setTestProviderLocation(TEST_PROVIDER, createLocation(TEST_PROVIDER, mRandom)); in testRequestLocationUpdates() 210 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testRequestLocationUpdates_Passive() 212 mManager.setTestProviderLocation(TEST_PROVIDER, createLocation(TEST_PROVIDER, mRandom)); in testRequestLocationUpdates_Passive() 229 mManager.setTestProviderLocation(TEST_PROVIDER, loc); in testRequestLocationUpdates_PendingIntent() 330 mManager.setTestProviderLocation(GPS_PROVIDER, location); in testGnssProvidedClock() 335 mManager.setTestProviderLocation(GPS_PROVIDER, location); in testGnssProvidedClock()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/location/ |
D | LocationProvider.java | 91 sLocationManager.setTestProviderLocation(sProviderName, in setLocation()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | EmergencyCallOnSimCallManagerTest.java | 191 mLocationManager.setTestProviderLocation(TEST_PROVIDER, loc); in testQueryLocationForEmergencyReturnLocation()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | GeolocationTest.java | 308 mLocationManager.setTestProviderLocation(mProviders.get(i), location); in updateLocation()
|
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
D | SatelliteManagerTestOnMockService.java | 3641 setTestProviderLocation(32.909808231041644, -117.18185788819781); in testSatelliteAccessControl() 3662 setTestProviderLocation(12.994021769576554, 12.994021769576554); in testSatelliteAccessControl() 5221 private void setTestProviderLocation(double latitude, double longitude) { in setTestProviderLocation() method in SatelliteManagerTestOnMockService 5225 sLocationManager.setTestProviderLocation(TEST_PROVIDER, loc); in setTestProviderLocation()
|