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

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

Completed in 6 milliseconds