Home
last modified time | relevance | path

Searched refs:CbGeoUtils (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSmsCbMessage.java28 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()
613 cv.put(CellBroadcasts.GEOMETRIES, CbGeoUtils.encodeGeometriesToString(mGeometries)); in getContentValues()
732 geoStr != null ? CbGeoUtils.parseGeometriesFromString(geoStr) : null; in createFromCursor()
H A DCbGeoUtils.java43 public class CbGeoUtils { class
49 private CbGeoUtils() {} in CbGeoUtils() method in CbGeoUtils
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt13992 public class CbGeoUtils {
13995 public static class CbGeoUtils.Circle implements android.telephony.CbGeoUtils.Geometry {
13996 ctor public CbGeoUtils.Circle(@NonNull android.telephony.CbGeoUtils.LatLng, double);
13998 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter();
14002 public static interface CbGeoUtils.Geometry {
14006 public static class CbGeoUtils.LatLng {
14007 ctor public CbGeoUtils.LatLng(double, double);
14008 method public double distance(@NonNull android.telephony.CbGeoUtils.LatLng);
14009 …method @NonNull public android.telephony.CbGeoUtils.LatLng subtract(@NonNull android.telephony.CbG…
14014 public static class CbGeoUtils.Polygon implements android.telephony.CbGeoUtils.Geometry {
[all …]