Home
last modified time | relevance | path

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

12

/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationTest.java63 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/
DGnssLocationValuesTest.java93 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/
DNeighboringCellInfoTest.java38 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/tests/location/common/src/android/location/cts/common/
DGetCurrentLocationCapture.java39 public void accept(Location location) { in accept()
DLocationListenerCapture.java49 public void onLocationChanged(Location location) { in onLocationChanged()
DTestLocationListener.java46 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java104 private static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
/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/common/device-side/util-axt/src/com/android/compatibility/common/util/
DLocationUtils.java52 Location location = new Location(provider); in createLocation() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowCtsActivity.java76 int[] location = new int[2]; in getAppliedInsets() local
DLocationOnScreenTests.java227 final int[] location = new int[2]; in getViewLocationOnScreen() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMagneticFieldMeasurementTestActivity.java98 Location location = null; in testNorm() 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/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt145 val location = IntArray(2) in hashCode() constant
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt144 val location = IntArray(2) in hashCode() constant
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java183 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDialogLauncherActivity.java63 final int[] location = new int[2]; in assertInDialogBounds() local
/cts/tests/location/location_coarse/src/android/location/cts/coarse/
DLocationManagerCoarseTest.java224 Location location = new Location(GPS_PROVIDER); in testGnssProvidedClock() local
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySaverLocationTest.java91 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java296 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/
DNinePatchTest.java206 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in testGetTransparentRegion() local

12