Searched defs:polygons (Results 1 – 3 of 3) sorted by relevance
308 RadioAlert.Polygon[] polygons = RadioAlert.Polygon.CREATOR.newArray(CREATOR_ARRAY_SIZE); in newArray_forPolygonCreator() local
599 public AlertArea(@NonNull List<Polygon> polygons, @NonNull List<Geocode> geocodes) { in AlertArea()
1220 private static AlertArea createHalAlertArea(Polygon[] polygons, Geocode[] geocodes) { in createHalAlertArea()