Home
last modified time | relevance | path

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

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