Searched refs:maxMemory (Results 1 – 5 of 5) sorted by relevance
113 return Math.round(CACHE_RATIO * Runtime.getRuntime().maxMemory() / 1024); in getMaxCacheInKb()
202 int maxMemory = (int) (Runtime.getRuntime().maxMemory() / 1024); in initDrawableCache() local203 int cacheSize = maxMemory / 8; in initDrawableCache()
8404 long dalvikMax = runtime.maxMemory(); in attach()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
41690 method public long maxMemory();