Searched refs:DETECT_VM_CURSOR_LEAKS (Results 1 – 1 of 1) sorted by relevance
182 public static final int DETECT_VM_CURSOR_LEAKS = 0x200; // for VmPolicy field in StrictMode207 DETECT_VM_CURSOR_LEAKS | DETECT_VM_CLOSABLE_LEAKS |630 return enable(DETECT_VM_ACTIVITY_LEAKS | DETECT_VM_CURSOR_LEAKS in detectAll()644 return enable(DETECT_VM_CURSOR_LEAKS); in detectLeakedSqlLiteObjects()1507 return (sVmPolicyMask & DETECT_VM_CURSOR_LEAKS) != 0; in vmSqliteObjectLeaksEnabled()