Home
last modified time | relevance | path

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

123

/cts/tests/location/location_none/src/android/location/cts/none/
DAltitudeConverterTest.java53 Location location = new Location(""); in testAddMslAltitudeToLocation_expectedBehavior() local
126 Location location = new Location(""); in testAddMslAltitudeToLocation_invalidLatitudeThrows() local
145 Location location = new Location(""); in testAddMslAltitudeToLocation_invalidLongitudeThrows() local
164 Location location = new Location(""); in testAddMslAltitudeToLocation_invalidAltitudeThrows() local
DLocationTest.java66 Location location = new Location(""); in testSet() local
337 Location location = new Location(""); in testBearingTo() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationValuesTest.java93 Location location, boolean extendedLocationAccuracyExpected) { in checkLocationAccuracyFields()
164 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
DFakeCarrierMessagingService.java70 public void onSendMms(Uri pduUri, int subId, Uri location, in onSendMms()
80 public void onDownloadMms(Uri contentUri, int subId, Uri location, in onDownloadMms()
/cts/tests/tests/view/src/android/view/cts/
DMockLinearLayout.java38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplaySecurityImeTests.java86 final int[] location = new int[2]; in testNoInputConnectionForUntrustedVirtualDisplay() local
/cts/tests/framework/base/windowmanager/appCompatViewSandboxAllowed/src/android/server/wm/allowsandboxingviewboundsapis/
DTestCompatAllowViewSandboxActivity.java86 final int[] location = new int[]{ 0, 0 }; in onDraw() local
/cts/tests/framework/base/windowmanager/appCompatViewSandboxOptout/src/android/server/wm/optoutsandboxingviewboundsapis/
DTestCompatViewSandboxOptOutActivity.java84 final int[] location = new int[]{ 0, 0 }; in onDraw() local
/cts/tests/location/common/src/android/location/cts/common/
DGetCurrentLocationCapture.java40 public void accept(Location location) { in accept()
DLocationListenerCapture.java54 public void onLocationChanged(Location location) { in onLocationChanged()
DTestLocationListener.java46 public synchronized void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationProviderBaseTest.java107 Location location = createLocation("test", mRandom); in testReportLocation() local
119 Location location = createLocation("test", mRandom); in testReportLocation_stripExtras() local
/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/tests/input/src/android/input/cts/
DTouchScreenTest.kt133 val location = Point(100, 100) in testDeviceCancel() constant
248 val location = Point(100, 100) in testEventTime() constant
DInputShellCommandTest.kt34 val location = IntArray(2) in getViewCenterOnScreen() constant
DMultiTouchTest.kt144 val location = IntArray(2) in getViewPointerOnScreen() constant
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java129 private static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
/cts/tests/input/InputInjectionApp/src/com/android/test/inputinjection/
DInputInjectionActivity.kt143 val location = IntArray(2).also { getLocationOnScreen(it) } in getCenterOnScreen() constant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DComplexMovementTest.java75 public void checkIfARingHasBeenPassed(float[] location) { in checkIfARingHasBeenPassed()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DWindowCtsActivity.java75 int[] location = new int[2]; in getAppliedInsets() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DLocationUtils.java57 Location location = new Location(provider); in createLocation() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java246 int [] location = new int[2]; in getViewBoundOnScreen() local
254 int [] location = new int[2]; in getViewBoundInWindow() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/location/
DLocationProvider.java97 Location location = new Location(provider); in createLocation() local

123