/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | LocationTest.java | 63 Location location = new Location(l); in testConstructor() local 78 Location location = new Location("LocationProvider"); in testDump() local 85 Location location = new Location(""); in testBearingTo() local 223 Location location = new Location(""); in testDescribeContents() local 275 Location location = new Location(""); in testAccessAccuracy() local 285 Location location = new Location(""); in testAccessVerticalAccuracy() local 295 Location location = new Location(""); in testAccessSpeedAccuracy() local 305 Location location = new Location(""); in testAccessBearingAccuracy() local 316 Location location = new Location(""); in testAccessAltitude() local 326 Location location = new Location(""); in testAccessBearing() local [all …]
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
D | GnssLocationValuesTest.java | 93 Location location, boolean extendedLocationAccuracyExpected) { in checkLocationAccuracyFields() 166 public static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | NeighboringCellInfoTest.java | 38 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/tests/location/common/src/android/location/cts/common/ |
D | GetCurrentLocationCapture.java | 39 public void accept(Location location) { in accept()
|
D | LocationListenerCapture.java | 49 public void onLocationChanged(Location location) { in onLocationChanged()
|
D | TestLocationListener.java | 46 public void onLocationChanged(Location location) { in onLocationChanged()
|
/cts/tests/location/location_privileged/src/android/location/cts/privileged/ |
D | GnssLocationValuesTest.java | 104 private static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
|
/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/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | LocationUtils.java | 52 Location location = new Location(provider); in createLocation() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowCtsActivity.java | 76 int[] location = new int[2]; in getAppliedInsets() local
|
D | LocationOnScreenTests.java | 227 final int[] location = new int[2]; in getViewLocationOnScreen() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MagneticFieldMeasurementTestActivity.java | 98 Location location = null; in testNorm() 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/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | DrawActivity.kt | 145 val location = IntArray(2) in hashCode() constant
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DrawActivity.kt | 144 val location = IntArray(2) in hashCode() constant
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | ExternalStorageTest.java | 183 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | DialogLauncherActivity.java | 63 final int[] location = new int[2]; in assertInDialogBounds() local
|
/cts/tests/location/location_coarse/src/android/location/cts/coarse/ |
D | LocationManagerCoarseTest.java | 224 Location location = new Location(GPS_PROVIDER); in testGnssProvidedClock() local
|
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/ |
D | BatterySaverLocationTest.java | 91 public void onLocationChanged(Location location) { in onLocationChanged()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | GeolocationTest.java | 296 Location location = new Location(mProviders.get(i)); in updateLocation() local 302 mLocationManager.setTestProviderLocation(mProviders.get(i), location); in updateLocation() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | NinePatchTest.java | 206 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in testGetTransparentRegion() local
|