Home
last modified time | relevance | path

Searched refs:mBlockType (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/
H A DEmptyBlockWriter.java35 private final int mBlockType; field in EmptyBlockWriter
39 mBlockType = blockType; in EmptyBlockWriter()
52 return mBlockType; in close()
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DMakeConfig.java71 private final BlockType mBlockType; field in MakeConfig.Block
76 mBlockType = blockType; in Block()
80 return mBlockType; in getBlockType()