Searched defs:StrictModeCustomViolation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DStrictMode.java950 private static class StrictModeCustomViolation extends StrictModeViolation { class in class:StrictMode
951 public StrictModeCustomViolation(int policyMask, String name) { method in class:StrictMode.StrictModeCustomViolation
1235 BlockGuard.BlockGuardPolicyException e = new StrictModeCustomViolation(mPolicyMask, name);

Completed in 42 milliseconds