Searched refs:policyViolated (Results 1 – 1 of 1) sorted by relevance
812 public StrictModeViolation(int policyState, int policyViolated, String message) { in StrictModeViolation() argument813 super(policyState, policyViolated, message); in StrictModeViolation()