Home
last modified time | relevance | path

Searched refs:geo (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCbGeoUtilsTest.java50 List<Geometry> geo = Arrays.asList( in testEncodeGeometries() local
58 String encodedStr = CbGeoUtils.encodeGeometriesToString(geo); in testEncodeGeometries()
65 assertThat(geo.get(0)).isInstanceOf(CbGeoUtils.Polygon.class); in testEncodeGeometries()
66 CbGeoUtils.Polygon polygon = (Polygon) geo.get(0); in testEncodeGeometries()
80 assertThat(geo.get(1)).isInstanceOf(CbGeoUtils.Circle.class); in testEncodeGeometries()
81 Circle circle = (Circle) geo.get(1); in testEncodeGeometries()
92 List<Geometry> geo = CbGeoUtils.parseGeometriesFromString(geometriesStr); in testParseGeometriesFromString() local
94 assertThat(geo.size()).isEqualTo(2); in testParseGeometriesFromString()
97 assertThat(geo.get(0)).isInstanceOf(CbGeoUtils.Polygon.class); in testParseGeometriesFromString()
98 CbGeoUtils.Polygon polygon = (Polygon) geo.get(0); in testParseGeometriesFromString()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dcamera_response_fast.rsh4 // Adapt //depot/google3/geo/lightfield/refocus/image/camera_response.h|cc to
Dcamera_response.rsh4 // Adapt //depot/google3/geo/lightfield/refocus/image/camera_response.h|cc to
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36506 field public static final java.lang.String SCHEME_GEO = "geo:0,0?q=";
/frameworks/base/non-updatable-api/
Dcurrent.txt55998 field public static final String SCHEME_GEO = "geo:0,0?q=";
/frameworks/base/api/
Dcurrent.txt56142 field public static final String SCHEME_GEO = "geo:0,0?q=";