[go: nahoru, domu]

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

/frameworks/base/core/java/android/os/
H A DStrictMode.java925 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in class:StrictMode
926 public StrictModeViolation(int policyState, int policyViolated, String message) { method in class:StrictMode.StrictModeViolation
934 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 {
1539 throw new StrictModeViolation(info.policy, violationBit, null);
/frameworks/base/
H A Dcompiled-classes-phone3195 android.os.StrictMode$StrictModeViolation

Completed in 794 milliseconds