/cts/tests/tests/location/src/android/location/cts/ |
D | LocationTest.java | 62 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 …]
|
D | GnssLocationValuesTest.java | 84 Location location, boolean extendedLocationAccuracyExpected) { in checkLocationAccuracyFields() 144 public static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
|
D | LocationManagerTest.java | 400 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 …]
|
D | TestLocationListener.java | 45 public void onLocationChanged(Location location) { in onLocationChanged()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | NeighboringCellInfoTest.java | 35 String location = "ffffffff"; in testNeighboringCellInfo() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockLinearLayout.java | 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/ |
D | RotationData.java | 39 boolean rotationTestState, float[] location, boolean rotationState) { in RotationData()
|
D | Ring.java | 43 public Ring(float[] location, int pathNumber, in Ring()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/ |
D | ComplexMovementTest.java | 75 public void checkIfARingHasBeenPassed(float[] location) { in checkIfARingHasBeenPassed()
|
D | RobustnessTest.java | 179 public RotationData getRotationData(float[] rotationQuaternion, float[] location) { in getRotationData()
|
/cts/tests/tests/location2/src/android/location2/cts/ |
D | LocationManagerTest.java | 156 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/ |
D | NoLocationPermissionTest.java | 371 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/ |
D | ActivityLaunchUtils.java | 44 final int[] location = new int[2]; in launchActivityAndWaitForItToBeOnscreen() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
D | ComplexMovementPath.java | 276 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/ |
D | LocationVerifier.java | 78 public void onLocationChanged(Location location) { in onLocationChanged() 158 public void onLocationChanged(Location location) { in onLocationChanged()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | DialogLauncherActivity.java | 63 final int[] location = new int[2]; in assertInDialogBounds() local
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | ExternalStorageTest.java | 188 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | GeolocationTest.java | 294 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/ |
D | NinePatchTest.java | 205 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in testGetTransparentRegion() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | LocationOnScreenTests.java | 213 final int[] location = new int[2]; in getViewLocationOnScreen() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | MathsUtils.java | 50 public static float[] convertToOpenGlCoordinates(float[] location, int toRotate) { in convertToOpenGlCoordinates()
|
/cts/hostsidetests/compilation/src/android/cts/compilation/ |
D | AdbRootDependentCompilationTest.java | 255 private void writeProfile(ProfileLocation location) throws Exception { in writeProfile()
|
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 448 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | CtsTestServer.java | 656 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/ |
D | MediaMuxerTest.java | 478 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in verifyLocationInFile() local
|