Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
DLicenseSupport.java48 ODBL(ODBL_LICENSE_SNIPPET, TEXT_PROTO_ODBL_LICENSE_HEADER); enumConstant
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DCreateTzS2ProtoDataFile.java112 mOutputProtoFormat.store(tzS2DataInput, mOutputFile, License.ODBL); in execute()
DCanonicalizeTzS2Polygons.java208 TzS2Polygons.store(tzS2Polygons, outputFile, mProtoFormat, LicenseSupport.License.ODBL); in processFile()
DTzS2PolygonsToTzS2CellUnions.java172 TzS2CellUnion.store(tzS2CellUnion, outputFile, mProtoStorageFormat, License.ODBL); in processFile()
DTzS2CellUnionsToTzS2Ranges.java170 TzS2Ranges.store(tzS2Ranges, outputFile, mProtoStorageFormat, License.ODBL); in processFile()
DGeoJsonTzToTzS2Polygons.java193 TzS2Polygons.store(tzPolygons, outputFile, mProtoStorageFormat, License.ODBL); in execute()
DMergeTzS2Ranges.java293 TzS2Ranges.store(outputRanges, outputFile, mProtoStorageFormat, License.ODBL); in mergeRangeLists()