Searched refs:DETECT_VM_ACTIVITY_LEAKS (Results 1 – 1 of 1) sorted by relevance
251 DETECT_VM_ACTIVITY_LEAKS,282 private static final int DETECT_VM_ACTIVITY_LEAKS = 1 << 2; field in StrictMode824 return enable(DETECT_VM_ACTIVITY_LEAKS); in detectActivityLeaks()832 return disable(DETECT_VM_ACTIVITY_LEAKS); in permitActivityLeaks()2765 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in incrementExpectedActivityCount()2785 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in decrementExpectedActivityCount()