Home
last modified time | relevance | path

Searched refs:protoStorageFormat (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DTzS2PolygonsToTzS2CellUnions.java69 ProtoStorageFormat protoStorageFormat) { in TzS2PolygonsToTzS2CellUnions() argument
77 this.mProtoStorageFormat = Objects.requireNonNull(protoStorageFormat); in TzS2PolygonsToTzS2CellUnions()
119 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main() local
126 protoStorageFormat); in main()
H A DTzS2CellUnionsToTzS2Ranges.java67 ProtoStorageFormat protoStorageFormat) { in TzS2CellUnionsToTzS2Ranges() argument
75 this.mProtoStorageFormat = Objects.requireNonNull(protoStorageFormat); in TzS2CellUnionsToTzS2Ranges()
117 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main() local
124 protoStorageFormat); in main()
H A DGeoJsonTzToTzS2Polygons.java82 ProtoStorageFormat protoStorageFormat, in GeoJsonTzToTzS2Polygons() argument
87 this.mProtoStorageFormat = Objects.requireNonNull(protoStorageFormat); in GeoJsonTzToTzS2Polygons()
137 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main() local
144 inputFile, executorService, outputDir, protoStorageFormat, tzIds); in main()
H A DMergeTzS2Ranges.java65 ProtoStorageFormat protoStorageFormat) { in MergeTzS2Ranges() argument
70 this.mProtoStorageFormat = Objects.requireNonNull(protoStorageFormat); in MergeTzS2Ranges()
113 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main() local
118 inputDir, executorService, workingDir, outputFile, protoStorageFormat); in main()