Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java1090 private static class StrictModeUnbufferedIOViolation extends StrictModeViolation { class in StrictMode
1091 public StrictModeUnbufferedIOViolation(int policyMask) { in StrictModeUnbufferedIOViolation() method in StrictMode.StrictModeUnbufferedIOViolation
1426 new StrictModeUnbufferedIOViolation(mPolicyMask); in onUnbufferedIO()