Lines Matching refs:CbGeoUtils
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);
8080 method @NonNull public android.telephony.CbGeoUtils.LatLng subtract(@NonNull android.telephony.CbGeoUtils.LatLng);
8085 public static class CbGeoUtils.Polygon implements android.telephony.CbGeoUtils.Geometry {
8086 ctor public CbGeoUtils.Polygon(@NonNull java.util.List<android.telephony.CbGeoUtils.LatLng>);
8087 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng);
8088 method @NonNull public java.util.List<android.telephony.CbGeoUtils.LatLng> getVertices();
8869 ctor public SmsCbMessage(int, int, int, @NonNull android.telephony.SmsCbLocation, int, @Nullable String, int, @Nullable String, int, @Nullable android.telephony.SmsCbEtwsInfo, @Nullable android.telephony.SmsCbCmasInfo, int, @Nullable java.util.List<android.telephony.CbGeoUtils.Geometry>, long, int, int);
8877 method @NonNull public java.util.List<android.telephony.CbGeoUtils.Geometry> getGeometries();