Vibratorpublic abstract class Vibrator extends Object
(Omit source code)
Constructors Summary |
---|
Vibrator()
throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public abstract void | cancel()
| public abstract boolean | hasVibrator()
| public void | vibrate(long milliseconds)
throw new RuntimeException("Stub!");
| public void | vibrate(long milliseconds, android.media.AudioAttributes attributes)
throw new RuntimeException("Stub!");
| public void | vibrate(long[] pattern, int repeat)
throw new RuntimeException("Stub!");
| public void | vibrate(long[] pattern, int repeat, android.media.AudioAttributes attributes)
throw new RuntimeException("Stub!");
|
|