/**@class android.os.TraceTest @extends android.test.AndroidTestCase This class is used to test the native tracing support. Run this test while tracing on the emulator and then run traceview to view the trace. */ var TraceTest = { /** */ testNativeTracingFromJava : function( ) {}, /** */ disableTestNativeTracingFromC : function( ) {}, /** */ testMethodTracing : function( ) {}, /** */ eMethod : function( ) {}, /** */ fMethod : function( ) {}, /** */ gMethod : function( ) {}, };