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

  /frameworks/base/core/java/android/os/
StrictMode.java 62 * StrictMode.setThreadPolicy(new {@link ThreadPolicy.Builder StrictMode.ThreadPolicy.Builder}()
184 * <p>The policy is enabled by {@link #setThreadPolicy}. The current policy
517 public static void setThreadPolicy(final ThreadPolicy policy) {
536 BlockGuard.setThreadPolicy(BlockGuard.LAX_POLICY);
541 BlockGuard.setThreadPolicy(new AndroidBlockGuardPolicy(policyMask));
588 * with {@link #setThreadPolicy}, returning the old policy so you
591 * @return the old policy, to be passed to {@link #setThreadPolicy} to
607 * with {@link #setThreadPolicy}, returning the old policy so you
610 * @return the old policy, to be passed to setThreadPolicy to
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 142 public static void setThreadPolicy(Policy policy) {

Completed in 57 milliseconds