Searched refs:StrictModeViolation (Results 1 – 2 of 2) sorted by relevance
789 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in StrictMode790 public StrictModeViolation(int policyState, int policyViolated, String message) { in StrictModeViolation() method in StrictMode.StrictModeViolation798 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); in executeDeathPenalty()
635 android.os.StrictMode$StrictModeViolation