Home
last modified time | relevance | path

Searched defs:storageBitCountForLevel (Results 1 – 2 of 2) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/s2/
DS2SupportTest.java136 public void storageBitCountForLevel() { in storageBitCountForLevel() method in S2SupportTest
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
DS2Support.java116 int storageBitCountForLevel = storageBitCountForLevel(level); in cellId() local
146 public static int storageBitCountForLevel(int level) { in storageBitCountForLevel() method in S2Support