Searched refs:DETECT_VM_CURSOR_LEAKS (Results 1 – 1 of 1) sorted by relevance
204 public static final int DETECT_VM_CURSOR_LEAKS = 0x01 << 8; // for VmPolicy field in StrictMode239 DETECT_VM_CURSOR_LEAKS | DETECT_VM_CLOSABLE_LEAKS |692 int flags = DETECT_VM_ACTIVITY_LEAKS | DETECT_VM_CURSOR_LEAKS in detectAll()715 return enable(DETECT_VM_CURSOR_LEAKS); in detectLeakedSqlLiteObjects()1734 return (sVmPolicyMask & DETECT_VM_CURSOR_LEAKS) != 0; in vmSqliteObjectLeaksEnabled()