Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DStrictMode.java390 private static final ThreadLocal<Executor> sThreadViolationExecutor = new ThreadLocal<>(); field in StrictMode
1266 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39205 Landroid/os/StrictMode;->sThreadViolationExecutor:Ljava/lang/ThreadLocal;