Home
last modified time | relevance | path

Searched refs:sSimulateCrash (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
DLockHook.java78 private static boolean sSimulateCrash = false; field in LockHook
88 sSimulateCrash = getSimulateCrashConfig();
192 if (sSimulateCrash) { in handleViolation()