Home | History | Annotate | Download | only in app

Lines Matching refs:vmHeapSize

343         String vmHeapSize = SystemProperties.get("dalvik.vm.heapgrowthlimit", "");
344 if (vmHeapSize != null && !"".equals(vmHeapSize)) {
345 return Integer.parseInt(vmHeapSize.substring(0, vmHeapSize.length()-1));
371 String vmHeapSize = SystemProperties.get("dalvik.vm.heapsize", "16m");
372 return Integer.parseInt(vmHeapSize.substring(0, vmHeapSize.length()-1));