Searched refs:DETECT_VM_CLOSABLE_LEAKS (Results 1 – 1 of 1) sorted by relevance
188 public static final int DETECT_VM_CLOSABLE_LEAKS = 0x400; // for VmPolicy field in StrictMode207 DETECT_VM_CURSOR_LEAKS | DETECT_VM_CLOSABLE_LEAKS |631 | DETECT_VM_CLOSABLE_LEAKS | DETECT_VM_REGISTRATION_LEAKS); in detectAll()656 return enable(DETECT_VM_CLOSABLE_LEAKS); in detectLeakedClosableObjects()1514 return (sVmPolicyMask & DETECT_VM_CLOSABLE_LEAKS) != 0; in vmClosableObjectLeaksEnabled()