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

/frameworks/base/core/java/android/os/
H A DStrictMode.java809 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in class:StrictMode
810 public StrictModeViolation(int policyState, int policyViolated, String message) { method in class:StrictMode.StrictModeViolation
818 public static class StrictModeNetworkViolation extends StrictModeViolation {
827 private static class StrictModeDiskReadViolation extends StrictModeViolation {
836 private static class StrictModeDiskWriteViolation extends StrictModeViolation {
845 private static class StrictModeCustomViolation extends StrictModeViolation {
1377 throw new StrictModeViolation(info.policy, violationBit, null);

Completed in 106 milliseconds