Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java1929 /* package */ static void writeGatheredViolationsToParcel(Parcel p) { in writeGatheredViolationsToParcel() method in StrictMode
DParcel.java1613 StrictMode.writeGatheredViolationsToParcel(this); in writeNoException()