Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSmsCbMessage.java330 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()
H A DCbGeoUtils.java439 public static String encodeGeometriesToString(List<Geometry> geometries) { in encodeGeometriesToString() method in CbGeoUtils
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCbGeoUtilsTest.java58 String encodedStr = CbGeoUtils.encodeGeometriesToString(geo); in testEncodeGeometries()
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DCbGeoUtilsTest.java69 String geoString = CbGeoUtils.encodeGeometriesToString(geometries); in testEncodeAndParseString()
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DCbGeoUtils.java99 public static String encodeGeometriesToString(@NonNull List<Geometry> geometries) { in encodeGeometriesToString() method in CbGeoUtils
H A DCellBroadcastHandler.java655 + ", geos=" + CbGeoUtils.encodeGeometriesToString(calculator.getFences()) in performGeoFencing()