Home
last modified time | relevance | path

Searched refs:policyState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DStrictMode.java915 public StrictModeViolation(int policyState, int policyViolated, String message) { in StrictModeViolation() argument
916 super(policyState, policyViolated, message); in StrictModeViolation()