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