Searched refs:CbGeoUtils (Results 1 – 6 of 6) sorted by relevance
21 import android.telephony.CbGeoUtils;22 import android.telephony.CbGeoUtils.Circle;23 import android.telephony.CbGeoUtils.Geometry;24 import android.telephony.CbGeoUtils.LatLng;25 import android.telephony.CbGeoUtils.Polygon;43 LatLng latlng = CbGeoUtils.parseLatLngFromString("-80.1234, 179.5678"); in testParseLatLngFromString()44 assertThat(latlng.lat).isWithin(CbGeoUtils.EPS).of(-80.1234); in testParseLatLngFromString()45 assertThat(latlng.lng).isWithin(CbGeoUtils.EPS).of(179.5678); in testParseLatLngFromString()58 String encodedStr = CbGeoUtils.encodeGeometriesToString(geo); in testEncodeGeometries()61 List<Geometry> decodedGeo = CbGeoUtils.parseGeometriesFromString(encodedStr); in testEncodeGeometries()[all …]
28 import android.telephony.CbGeoUtils.Geometry;293 mGeometries = geoStr != null ? CbGeoUtils.parseGeometriesFromString(geoStr) : null; in SmsCbMessage()330 mGeometries != null ? CbGeoUtils.encodeGeometriesToString(mGeometries) : null); in writeToParcel()555 ? CbGeoUtils.encodeGeometriesToString(mGeometries) : "null") in toString()612 cv.put(CellBroadcasts.GEOMETRIES, CbGeoUtils.encodeGeometriesToString(mGeometries)); in getContentValues()728 geoStr != null ? CbGeoUtils.parseGeometriesFromString(geoStr) : null; in createFromCursor()
43 public class CbGeoUtils { class49 private CbGeoUtils() {} in CbGeoUtils() method in CbGeoUtils
98 public class CbGeoUtils {101 public static class CbGeoUtils.Circle implements android.telephony.CbGeoUtils.Geometry {102 ctor public CbGeoUtils.Circle(@NonNull android.telephony.CbGeoUtils.LatLng, double);103 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng);104 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter();108 public static interface CbGeoUtils.Geometry {109 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng);112 public static class CbGeoUtils.LatLng {113 ctor public CbGeoUtils.LatLng(double, double);114 method public double distance(@NonNull android.telephony.CbGeoUtils.LatLng);[all …]
8063 public class CbGeoUtils {8066 public static class CbGeoUtils.Circle implements android.telephony.CbGeoUtils.Geometry {8067 ctor public CbGeoUtils.Circle(@NonNull android.telephony.CbGeoUtils.LatLng, double);8068 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng);8069 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter();8073 public static interface CbGeoUtils.Geometry {8074 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng);8077 public static class CbGeoUtils.LatLng {8078 ctor public CbGeoUtils.LatLng(double, double);8079 method public double distance(@NonNull android.telephony.CbGeoUtils.LatLng);[all …]
7961 public class CbGeoUtils {7964 public static class CbGeoUtils.Circle implements android.telephony.CbGeoUtils.Geometry {7965 ctor public CbGeoUtils.Circle(@NonNull android.telephony.CbGeoUtils.LatLng, double);7966 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng);7967 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter();7971 public static interface CbGeoUtils.Geometry {7972 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng);7975 public static class CbGeoUtils.LatLng {7976 ctor public CbGeoUtils.LatLng(double, double);7977 method public double distance(@NonNull android.telephony.CbGeoUtils.LatLng);[all …]