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

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

Completed in 380 milliseconds