Searched refs:DETECT_VM_ACTIVITY_LEAKS (Results 1 – 1 of 1) sorted by relevance
260 DETECT_VM_ACTIVITY_LEAKS,291 private static final int DETECT_VM_ACTIVITY_LEAKS = 1 << 2; field in StrictMode834 return enable(DETECT_VM_ACTIVITY_LEAKS); in detectActivityLeaks()842 return disable(DETECT_VM_ACTIVITY_LEAKS); in permitActivityLeaks()2862 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in incrementExpectedActivityCount()2882 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in decrementExpectedActivityCount()