Searched refs:DETECT_VM_CURSOR_LEAKS (Results 1 – 1 of 1) sorted by relevance
211 public static final int DETECT_VM_CURSOR_LEAKS = 0x01 << 8; // for VmPolicy field in StrictMode256 DETECT_VM_CURSOR_LEAKS | DETECT_VM_CLOSABLE_LEAKS |789 return enable(DETECT_VM_CURSOR_LEAKS); in detectLeakedSqlLiteObjects()1879 return (sVmPolicyMask & DETECT_VM_CURSOR_LEAKS) != 0; in vmSqliteObjectLeaksEnabled()