Home | History | Annotate | Download | only in os

Lines Matching defs:StrictMode

1576         StrictMode.clearGatheredViolations();
1605 // StrictMode has gathered up violations that have occurred
1610 if (StrictMode.hasGatheredViolations()) {
1614 StrictMode.writeGatheredViolationsToParcel(this);
1650 * e.g. StrictMode-induced RPC responses.
1661 // Currently the only thing in the header is StrictMode stacks,
1664 // But for now, just parse out the StrictMode stuff.
1665 StrictMode.readAndHandleBinderCallViolations(this);