HomeSort by relevance Sort by last modified time
    Searched defs:StrictMode (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/os/
StrictMode.java 33 * <p>StrictMode is a developer tool which detects things you might be
37 * <p>StrictMode is most commonly used to catch accidental disk or
62 * StrictMode.setThreadPolicy(new {@link ThreadPolicy.Builder StrictMode.ThreadPolicy.Builder}()
68 * StrictMode.setVmPolicy(new {@link VmPolicy.Builder StrictMode.VmPolicy.Builder}()
86 * But don't feel compelled to fix everything that StrictMode finds. In particular,
88 * StrictMode to find things you did by accident. Network requests on the UI thread
91 * <p class="note">StrictMode is not a security mechanism and is not
97 * more (or fewer) operations, so you should never leave StrictMode
    [all...]
Binder.java 106 * Sets the native thread-local StrictMode policy mask.
108 * <p>The StrictMode settings are kept in two places: a Java-level
115 * @see StrictMode
121 * Gets the current native thread-local StrictMode policy mask.
233 // Write the StrictMode header.
237 StrictMode.clearGatheredViolations();
Parcel.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 56 import android.os.StrictMode;
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 46 milliseconds