Searched refs:DETECT_VM_CLOSABLE_LEAKS (Results 1 – 1 of 1) sorted by relevance
192 public static final int DETECT_VM_CLOSABLE_LEAKS = 0x400; // for VmPolicy field in StrictMode216 DETECT_VM_CURSOR_LEAKS | DETECT_VM_CLOSABLE_LEAKS |640 | DETECT_VM_CLOSABLE_LEAKS | DETECT_VM_REGISTRATION_LEAKS in detectAll()666 return enable(DETECT_VM_CLOSABLE_LEAKS); in detectLeakedClosableObjects()1553 return (sVmPolicyMask & DETECT_VM_CLOSABLE_LEAKS) != 0; in vmClosableObjectLeaksEnabled()