Searched refs:vmHeapSize (Results 1 – 1 of 1) sorted by relevance
1006 String vmHeapSize = SystemProperties.get("dalvik.vm.heapgrowthlimit", ""); in staticGetMemoryClass() local1007 if (vmHeapSize != null && !"".equals(vmHeapSize)) { in staticGetMemoryClass()1008 return Integer.parseInt(vmHeapSize.substring(0, vmHeapSize.length()-1)); in staticGetMemoryClass()1034 String vmHeapSize = SystemProperties.get("dalvik.vm.heapsize", "16m"); in staticGetLargeMemoryClass() local1035 return Integer.parseInt(vmHeapSize.substring(0, vmHeapSize.length() - 1)); in staticGetLargeMemoryClass()