Home | History | Annotate | Download | only in os

Lines Matching refs:LAX

334     private static volatile VmPolicy sVmPolicy = VmPolicy.LAX;
357 * The default, lax policy which doesn't catch anything.
359 public static final ThreadPolicy LAX = new ThreadPolicy(0);
604 * The default, lax policy which doesn't catch anything.
606 public static final VmPolicy LAX = new VmPolicy(0, EMPTY_CLASS_LIMIT_MAP);