/**@class android.os.ServiceManagerNative
 implements android.os.IServiceManager

@extends android.os.Binder

 Native implementation of the service manager.  Most clients will only
 care about getDefault() and possibly asInterface().
 @hide
*/
var ServiceManagerNative = {

/**Cast a Binder object into a service manager interface, generating
 a proxy if needed.
*/
asInterface : function(  ) {},

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

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


};