Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java1882 /* package */ static boolean hasGatheredViolations() { in hasGatheredViolations() method in StrictMode
DParcel.java1960 if (StrictMode.hasGatheredViolations()) { in writeNoException()