/**@class android.os.Process.ZygoteState
@extends java.lang.Object

 State for communicating with the zygote process.

 @hide for internal use only.
*/
var ZygoteState = {

/**
*/
connect : function(  ) {},

/**
*/
close : function(  ) {},


};