Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java367 private static final ThreadLocal<Executor> sThreadViolationExecutor = new ThreadLocal<>(); field in StrictMode
1157 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt53090 Landroid/os/StrictMode;->sThreadViolationExecutor:Ljava/lang/ThreadLocal;