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