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