Home
last modified time | relevance | path

Searched refs:getTableEntryBitCount (Results 1 – 3 of 3) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DHeaderBlockWriter.java75 tos.writeUnsignedByte(mFileFormat.getTableEntryBitCount()); in close()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormatTest.java45 assertEquals(tableEntryBitCount, tzS2RangeFileFormat.getTableEntryBitCount()); in accessors()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormat.java230 public int getTableEntryBitCount() { in getTableEntryBitCount() method in TzS2RangeFileFormat