/**@class android.content.SyncContext @extends java.lang.Object */ var SyncContext = { /**Call to update the status text for this sync. This internally invokes {@link #updateHeartbeat}, so it also takes the place of a call to that. @param {String} message the current status message for this sync @hide */ setStatusText : function( ) {}, /** */ onFinished : function( ) {}, /** */ getSyncContextBinder : function( ) {}, };