Searched defs:StrictMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DStrictMode.java56 * <p>StrictMode is a developer tool which detects things you might be
60 * <p>StrictMode is most commonly used to catch accidental disk or
85 * StrictMode.setThreadPolicy(new {@link ThreadPolicy.Builder StrictMode.ThreadPolicy.Builder}()
91 * StrictMode.setVmPolicy(new {@link VmPolicy.Builder StrictMode.VmPolicy.Builder}()
110 * But don't feel compelled to fix everything that StrictMode finds. In particular,
112 * StrictMode to find things you did by accident. Network requests on the UI thread
115 * <p class="note">StrictMode is not a security mechanism and is not
121 * more (or fewer) operations, so you should never leave StrictMode
124 public final class StrictMode { class
363 private StrictMode() {} method in class:StrictMode
[all...]

Completed in 741 milliseconds