Searched refs:DETECT_VM_ACTIVITY_LEAKS (Results 1 – 1 of 1) sorted by relevance
216 public static final int DETECT_VM_ACTIVITY_LEAKS = 0x04 << 8; // for VmPolicy field in StrictMode240 DETECT_VM_ACTIVITY_LEAKS | DETECT_VM_INSTANCE_LEAKS |681 return enable(DETECT_VM_ACTIVITY_LEAKS); in detectActivityLeaks()692 int flags = DETECT_VM_ACTIVITY_LEAKS | DETECT_VM_CURSOR_LEAKS in detectAll()2226 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in incrementExpectedActivityCount()2246 if ((sVmPolicy.mask & DETECT_VM_ACTIVITY_LEAKS) == 0) { in decrementExpectedActivityCount()