Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DStrictMode.java787 private boolean mClassInstanceLimitNeedCow = false; // need copy-on-write field in StrictMode.VmPolicy.Builder
796 mClassInstanceLimitNeedCow = true; in Builder()
810 if (mClassInstanceLimitNeedCow) { in setClassInstanceLimit()
816 mClassInstanceLimitNeedCow = false; in setClassInstanceLimit()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39108 Landroid/os/StrictMode$VmPolicy$Builder;->mClassInstanceLimitNeedCow:Z