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

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

Completed in 89 milliseconds