Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DStrictMode.java783 private boolean mClassInstanceLimitNeedCow = false; // need copy-on-write field in StrictMode.VmPolicy.Builder
792 mClassInstanceLimitNeedCow = true; in Builder()
806 if (mClassInstanceLimitNeedCow) { in setClassInstanceLimit()
812 mClassInstanceLimitNeedCow = false; in setClassInstanceLimit()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt42431 Landroid/os/StrictMode$VmPolicy$Builder;->mClassInstanceLimitNeedCow:Z