Searched refs:StrictModeViolation (Results 1 – 3 of 3) sorted by relevance
925 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in StrictMode926 public StrictModeViolation(int policyState, int policyViolated, String message) { in StrictModeViolation() method in StrictMode.StrictModeViolation934 public static class StrictModeNetworkViolation extends StrictModeViolation {943 private static class StrictModeDiskReadViolation extends StrictModeViolation {952 private static class StrictModeDiskWriteViolation extends StrictModeViolation {961 private static class StrictModeCustomViolation extends StrictModeViolation {970 private static class StrictModeResourceMismatchViolation extends StrictModeViolation {1536 throw new StrictModeViolation(info.policy, violationBit, null); in executeDeathPenalty()
1712 android.os.StrictMode$StrictModeViolation
3195 android.os.StrictMode$StrictModeViolation