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

/frameworks/base/core/java/android/os/
H A DStrictMode.java789 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in class:StrictMode
790 public StrictModeViolation(int policyState, int policyViolated, String message) { method in class:StrictMode.StrictModeViolation
798 public static class StrictModeNetworkViolation extends StrictModeViolation {
807 private static class StrictModeDiskReadViolation extends StrictModeViolation {
816 private static class StrictModeDiskWriteViolation extends StrictModeViolation {
825 private static class StrictModeCustomViolation extends StrictModeViolation {
1344 throw new StrictModeViolation(info.policy, violationBit, null);

Completed in 946 milliseconds