Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 32) sorted by relevance

12

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java62 Location location = new Location(l); in testConstructor() local
76 Location location = new Location("LocationProvider"); in testDump() local
82 Location location = new Location(""); in testBearingTo() local
217 Location location = new Location(""); in testDescribeContents() local
266 Location location = new Location(""); in testAccessAccuracy() local
279 Location location = new Location(""); in testAccessVerticalAccuracy() local
288 Location location = new Location(""); in testAccessSpeedAccuracy() local
297 Location location = new Location(""); in testAccessBearingAccuracy() local
307 Location location = new Location(""); in testAccessAltitude() local
320 Location location = new Location(""); in testAccessBearing() local
[all …]
DGnssLocationValuesTest.java84 Location location, boolean extendedLocationAccuracyExpected) { in checkLocationAccuracyFields()
144 public static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DLocationManagerTest.java400 Location location = listener.getLocation(); in doLocationUpdatesWithLocationListener() local
452 Location location = listener.getLocation(); in testLocationUpdatesWithLocationListenerAndLooper() local
500 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testLocationUpdatesWithPendingIntent() local
552 Location location = listener.getLocation(); in testSingleUpdateWithLocationListenerAndLooper() local
615 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() in testLocationUpdatesWithCriteriaAndPendingIntent() local
673 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() in testSingleUpdateWithCriteriaAndPendingIntent() local
735 Location location = listener.getLocation(); in testLocationUpdatesWithCriteriaAndLocationListenerAndLooper() local
793 Location location = listener.getLocation(); in testSingleUpdateWithCriteriaAndLocationListenerAndLooper() local
853 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testSingleUpdateWithPendingIntent() local
972 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testGetLastKnownLocation() local
[all …]
DTestLocationListener.java45 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/tests/telephony/src/android/telephony/cts/
DNeighboringCellInfoTest.java35 String location = "ffffffff"; in testNeighboringCellInfo() local
/cts/tests/tests/view/src/android/view/cts/
DMockLinearLayout.java38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
DRotationData.java39 boolean rotationTestState, float[] location, boolean rotationState) { in RotationData()
DRing.java43 public Ring(float[] location, int pathNumber, in Ring()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DComplexMovementTest.java75 public void checkIfARingHasBeenPassed(float[] location) { in checkIfARingHasBeenPassed()
DRobustnessTest.java179 public RotationData getRotationData(float[] rotationQuaternion, float[] location) { in getRotationData()
/cts/tests/tests/location2/src/android/location2/cts/
DLocationManagerTest.java156 final Location location = mManager.getLastKnownLocation(providerName); in doTestGetLocationUpdates_withIntent() local
183 Location location = listener.getLocation(); in doTestGetLocationUpdates_withListener() local
313 Location location = new Location(providerName); in updateLocation() local
465 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/tests/permission/src/android/permission/cts/
DNoLocationPermissionTest.java371 Location location = new Location(TEST_PROVIDER_NAME); in testSetTestProviderLocation() local
469 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java44 final int[] location = new int[2]; in launchActivityAndWaitForItToBeOnscreen() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java276 public Ring hasRingBeenEntered(float[] location) { in hasRingBeenEntered()
300 private boolean checkCollision(Ring ring, float[] location) { in checkCollision()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationVerifier.java78 public void onLocationChanged(Location location) { in onLocationChanged()
158 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDialogLauncherActivity.java63 final int[] location = new int[2]; in assertInDialogBounds() local
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java188 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java294 Location location = new Location(mProviders.get(i)); in updateLocation() local
300 mLocationManager.setTestProviderLocation(mProviders.get(i), location); in updateLocation() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DNinePatchTest.java205 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in testGetTransparentRegion() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DLocationOnScreenTests.java213 final int[] location = new int[2]; in getViewLocationOnScreen() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java50 public static float[] convertToOpenGlCoordinates(float[] location, int toRotate) { in convertToOpenGlCoordinates()
/cts/hostsidetests/compilation/src/android/cts/compilation/
DAdbRootDependentCompilationTest.java255 private void writeProfile(ProfileLocation location) throws Exception { in writeProfile()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java448 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java656 String location = getBaseUri() + path.substring(REDIRECT_PREFIX.length()); in getResponse() local
660 String location = Uri.parse(uriString).getQueryParameter("dest"); in getResponse() local
/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java478 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in verifyLocationInFile() local

12