Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 7 of 7) sorted by relevance

/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationProviderBaseTest.java130 List<Location> locations = Arrays.asList( in testReportLocations() local
134 mLocationProvider.reportLocations(locations); in testReportLocations()
135 verify(mManager).onReportLocations(locations); in testReportLocations()
148 List<Location> locations = Arrays.asList(location1, location2); in testReportLocations_stripExtras() local
156 mLocationProvider.reportLocations(locations); in testReportLocations_stripExtras()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationUpdateIntervalTest.java193 List<Location> locations = locationListener.getReceivedLocationList(); in testUtcToElapsedRealtimeDriftAtInterval() local
194 validateTimeDriftBetweenUtcTimeAndElapsedRealtime(locations); in testUtcToElapsedRealtimeDriftAtInterval()
236 private static List<Long> getTimeBetweenFixes(String provider, List<Location> locations, in getTimeBetweenFixes() argument
238 List<Long> deltas = new ArrayList(locations.size()); in getTimeBetweenFixes()
241 for (Location location : locations) { in getTimeBetweenFixes()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java458 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength() local
459 assertEquals(locations.length, in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength()
572 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); in assertNodeContainsTextLocationInfoOnOneLineLTR() local
573 assertEquals(info.getText().length(), locations.length); in assertNodeContainsTextLocationInfoOnOneLineLTR()
575 for (int i = 0; i < locations.length; i++) { in assertNodeContainsTextLocationInfoOnOneLineLTR()
576 assertEquals(locations[0].top, locations[i].top, 0.01); in assertNodeContainsTextLocationInfoOnOneLineLTR()
577 assertEquals(locations[0].bottom, locations[i].bottom, 0.01); in assertNodeContainsTextLocationInfoOnOneLineLTR()
578 assertTrue(locations[i].right > locations[i].left); in assertNodeContainsTextLocationInfoOnOneLineLTR()
580 assertTrue(locations[i].left > locations[i-1].left); in assertNodeContainsTextLocationInfoOnOneLineLTR()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DLayoutTests.java262 final int[][] locations = new int[2][2]; in assertLayoutEquals() local
263 view1.getLocationOnScreen(locations[0]); in assertLayoutEquals()
264 view2.getLocationOnScreen(locations[1]); in assertLayoutEquals()
265 assertArrayEquals("Location must be the same.", locations[0], locations[1]); in assertLayoutEquals()
/cts/tests/tests/selinux/common/src/android/security/
DSELinuxTargetSdkTestBase.java99 String[] locations = {"/apex/com.android.art/bin", in checkDex2oatAccess() local
102 for (String loc : locations) { in checkDex2oatAccess()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dreduce.rscript92 // finds min and max half values (not their locations)
161 // finds min and max half2 values (not their locations), element-wise:
229 // finds min values (not their locations) from matrix input
262 // finds min and max values (not their locations) from matrix input
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...