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

/frameworks/base/core/java/android/os/
H A DStrictMode.java811 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in class:StrictMode
812 public StrictModeViolation(int policyState, int policyViolated, String message) { method in class: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);

Completed in 1175 milliseconds