Searched refs:DETECT_VM_CLOSABLE_LEAKS (Results 1 – 1 of 1) sorted by relevance
210 public static final int DETECT_VM_CLOSABLE_LEAKS = 0x02 << 8; // for VmPolicy field in StrictMode239 DETECT_VM_CURSOR_LEAKS | DETECT_VM_CLOSABLE_LEAKS |693 | DETECT_VM_CLOSABLE_LEAKS | DETECT_VM_REGISTRATION_LEAKS in detectAll()727 return enable(DETECT_VM_CLOSABLE_LEAKS); in detectLeakedClosableObjects()1741 return (sVmPolicyMask & DETECT_VM_CLOSABLE_LEAKS) != 0; in vmClosableObjectLeaksEnabled()