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

/frameworks/base/core/java/android/os/
H A DStrictMode.java83 * StrictMode is a developer tool which detects things you might be doing by accident and brings
86 * <p>StrictMode is most commonly used to catch accidental disk or network access on the
106 * StrictMode.setThreadPolicy(new {@link ThreadPolicy.Builder StrictMode.ThreadPolicy.Builder}()
112 * StrictMode.setVmPolicy(new {@link VmPolicy.Builder StrictMode.VmPolicy.Builder}()
129 * android.app.IntentService}, etc. But don't feel compelled to fix everything that StrictMode
131 * lifecycle. Use StrictMode to find things you did by accident. Network requests on the UI thread
134 * <p class="note">StrictMode is not a security mechanism and is not guaranteed to find all disk or
138 * fewer) operations, so you should never leave StrictMode enable
141 public final class StrictMode { class
430 private StrictMode() {} method in class:StrictMode
[all...]

Completed in 69 milliseconds