Searched refs:sThreadViolationExecutor (Results 1 – 2 of 2) sorted by relevance
390 private static final ThreadLocal<Executor> sThreadViolationExecutor = new ThreadLocal<>(); field in StrictMode1266 sThreadViolationExecutor.set(policy.mCallbackExecutor); in setThreadPolicy()1342 sThreadViolationExecutor.get()); in getThreadPolicy()1358 sThreadViolationExecutor.get()); in allowThreadDiskWrites()1382 sThreadViolationExecutor.get()); in allowThreadDiskReads()1889 final Executor executor = sThreadViolationExecutor.get(); in onThreadPolicyViolation()
39205 Landroid/os/StrictMode;->sThreadViolationExecutor:Ljava/lang/ThreadLocal;