/**@class android.app.ActivityThread.ActivityClientRecord
@extends java.lang.Object

Activity client record, used for bookkeeping for the real {@link android.app.Activity} instance. */
var ActivityClientRecord = {

/***/
token : "null",
/***/
assistToken : "null",
/***/
packageInfo : "null",
/***/
isForward : "null",
/**Get the current lifecycle state.
*/
getLifecycleState : function(  ) {},

/**Update the current lifecycle state for internal bookkeeping.
*/
setState : function(  ) {},

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

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

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

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


};