Home
last modified time | relevance | path

Searched refs:ODBL (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
H A DLicenseSupport.java48 ODBL(ODBL_LICENSE_SNIPPET, TEXT_PROTO_ODBL_LICENSE_HEADER); enumConstant
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DCreateTzS2ProtoDataFile.java113 mOutputProtoFormat.store(tzS2DataInput, mOutputFile, License.ODBL); in execute()
H A DCanonicalizeTzS2Polygons.java209 TzS2Polygons.store(tzS2Polygons, outputFile, mProtoFormat, LicenseSupport.License.ODBL); in processFile()
H A DTzS2PolygonsToTzS2CellUnions.java173 TzS2CellUnion.store(tzS2CellUnion, outputFile, mProtoStorageFormat, License.ODBL); in processFile()
H A DTzS2CellUnionsToTzS2Ranges.java171 TzS2Ranges.store(tzS2Ranges, outputFile, mProtoStorageFormat, License.ODBL); in processFile()
H A DGeoJsonTzToTzS2Polygons.java192 TzS2Polygons.store(tzPolygons, outputFile, mProtoStorageFormat, License.ODBL); in execute()
H A DMergeTzS2Ranges.java294 TzS2Ranges.store(outputRanges, outputFile, mProtoStorageFormat, License.ODBL); in mergeRangeLists()