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

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

Completed in 173 milliseconds