/**@class android.os.SystemVibrator @extends android.os.Vibrator Vibrator implementation that controls the main system vibrator. @hide */ var SystemVibrator = { /** */ hasVibrator : function( ) {}, /** @hide */ vibrate : function( ) {}, /** @hide */ vibrate : function( ) {}, /** */ cancel : function( ) {}, };