Searched refs:locations (Results 1 – 7 of 7) sorted by relevance
130 List<Location> locations = Arrays.asList( in testReportLocations() local134 mLocationProvider.reportLocations(locations); in testReportLocations()135 verify(mManager).onReportLocations(locations); in testReportLocations()148 List<Location> locations = Arrays.asList(location1, location2); in testReportLocations_stripExtras() local156 mLocationProvider.reportLocations(locations); in testReportLocations_stripExtras()
193 List<Location> locations = locationListener.getReceivedLocationList(); in testUtcToElapsedRealtimeDriftAtInterval() local194 validateTimeDriftBetweenUtcTimeAndElapsedRealtime(locations); in testUtcToElapsedRealtimeDriftAtInterval()236 private static List<Long> getTimeBetweenFixes(String provider, List<Location> locations, in getTimeBetweenFixes() argument238 List<Long> deltas = new ArrayList(locations.size()); in getTimeBetweenFixes()241 for (Location location : locations) { in getTimeBetweenFixes()
458 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength() local459 assertEquals(locations.length, in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength()572 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); in assertNodeContainsTextLocationInfoOnOneLineLTR() local573 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()
262 final int[][] locations = new int[2][2]; in assertLayoutEquals() local263 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()
99 String[] locations = {"/apex/com.android.art/bin", in checkDex2oatAccess() local102 for (String loc : locations) { in checkDex2oatAccess()
92 // 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 input262 // finds min and max values (not their locations) from matrix input
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...