Home
last modified time | relevance | path

Searched defs:MAX_SIZE (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DCustomPrinterIconCache.java44 private final static int MAX_SIZE = 1024; field in CustomPrinterIconCache
/aosp14/system/core/trusty/keymint/src/
H A Dkeymint_hal_main.rs46 const MAX_SIZE: usize = 4000; const
/aosp14/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java55 private static final int MAX_SIZE = 1024; field in MemoryIntArray
/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/
H A DS2CellIdUtils.java34 private static final int MAX_SIZE = 1 << MAX_LEVEL; field in S2CellIdUtils
/aosp14/frameworks/base/core/java/android/widget/
H A DGridLayout.java251 static final int MAX_SIZE = 100000; field in GridLayout