Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java1036 public static class StrictModeViolation extends BlockGuard.BlockGuardPolicyException { class in StrictMode
1037 public StrictModeViolation(int policyState, int policyViolated, String message) { in StrictModeViolation() method in StrictMode.StrictModeViolation
1045 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()
/frameworks/base/
Dpreloaded-classes1984 android.os.StrictMode$StrictModeViolation
Dcompiled-classes-phone3349 android.os.StrictMode$StrictModeViolation
/frameworks/base/services/
Dprofile-classes2178 Landroid/os/StrictMode$StrictModeViolation;