/**@class android.os.StrictMode.VmPolicy
@extends java.lang.Object

 {@link android.os.StrictMode} policy applied to all threads in the virtual machine's process.

 <p>The policy is enabled by {@link #setVmPolicy}.
*/
var VmPolicy = {

/**The default, lax policy which doesn't catch anything. */
LAX : "null",
/**
*/
toString : function(  ) {},


};