Searched refs:DETECT_VM_ACTIVITY_LEAKS (Results 1 – 1 of 1) sorted by relevance
244 DETECT_VM_ACTIVITY_LEAKS,273 private static final int DETECT_VM_ACTIVITY_LEAKS = 1 << 2; field in StrictMode811 return enable(DETECT_VM_ACTIVITY_LEAKS); in detectActivityLeaks()816 return disable(DETECT_VM_ACTIVITY_LEAKS); in permitActivityLeaks()2542 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in incrementExpectedActivityCount()2560 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in decrementExpectedActivityCount()