Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java811 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in StrictMode
812 public StrictModeViolation(int policyState, int policyViolated, String message) { in StrictModeViolation() method in StrictMode.StrictModeViolation
820 public static class StrictModeNetworkViolation extends StrictModeViolation {
829 private static class StrictModeDiskReadViolation extends StrictModeViolation {
838 private static class StrictModeDiskWriteViolation extends StrictModeViolation {
847 private static class StrictModeCustomViolation extends StrictModeViolation {
1379 throw new StrictModeViolation(info.policy, violationBit, null); in executeDeathPenalty()
/frameworks/base/
Dpreloaded-classes1093 android.os.StrictMode$StrictModeViolation