Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DStrictMode.java388 private static final ThreadLocal<OnThreadViolationListener> sThreadViolationListener = field in StrictMode
1265 sThreadViolationListener.set(policy.mListener); in setThreadPolicy()
1341 sThreadViolationListener.get(), in getThreadPolicy()
1357 sThreadViolationListener.get(), in allowThreadDiskWrites()
1381 sThreadViolationListener.get(), in allowThreadDiskReads()
1888 final OnThreadViolationListener listener = sThreadViolationListener.get(); in onThreadPolicyViolation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39206 Landroid/os/StrictMode;->sThreadViolationListener:Ljava/lang/ThreadLocal;