Searched refs:sThreadViolationExecutor (Results 1 – 2 of 2) sorted by relevance
367 private static final ThreadLocal<Executor> sThreadViolationExecutor = new ThreadLocal<>(); field in StrictMode1157 sThreadViolationExecutor.set(policy.mCallbackExecutor); in setThreadPolicy()1233 sThreadViolationExecutor.get()); in getThreadPolicy()1249 sThreadViolationExecutor.get()); in allowThreadDiskWrites()1273 sThreadViolationExecutor.get()); in allowThreadDiskReads()1773 final Executor executor = sThreadViolationExecutor.get(); in onThreadPolicyViolation()
53090 Landroid/os/StrictMode;->sThreadViolationExecutor:Ljava/lang/ThreadLocal;