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

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

Completed in 2294 milliseconds