Searched refs:StrictModeViolation (Results 1 – 4 of 4) sorted by relevance
1036 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in StrictMode1037 public StrictModeViolation(int policyState, int policyViolated, String message) { in StrictModeViolation() method in StrictMode.StrictModeViolation1045 public static class StrictModeNetworkViolation extends StrictModeViolation {1054 private static class StrictModeDiskReadViolation extends StrictModeViolation {1063 private static class StrictModeDiskWriteViolation extends StrictModeViolation {1072 private static class StrictModeCustomViolation extends StrictModeViolation {1081 private static class StrictModeResourceMismatchViolation extends StrictModeViolation {1090 private static class StrictModeUnbufferedIOViolation extends StrictModeViolation {1684 throw new StrictModeViolation(info.policy, violationBit, null); in executeDeathPenalty()
1984 android.os.StrictMode$StrictModeViolation
3349 android.os.StrictMode$StrictModeViolation
2178 Landroid/os/StrictMode$StrictModeViolation;