Searched refs:DETECT_VM_CURSOR_LEAKS (Results 1 – 1 of 1) sorted by relevance
258 DETECT_VM_CURSOR_LEAKS,287 private static final int DETECT_VM_CURSOR_LEAKS = 1 << 0; field in StrictMode922 return enable(DETECT_VM_CURSOR_LEAKS); in detectLeakedSqlLiteObjects()2187 return (sVmPolicy.mask & DETECT_VM_CURSOR_LEAKS) != 0; in vmSqliteObjectLeaksEnabled()