Home | History | Annotate | Download | only in os

Lines Matching refs:vibrator

25 import android.os.Vibrator;
31 * <h3>App that vibrates the vibrator with the Morse Code for a string.</h3>
33 <p>This demonstrates the {@link android.os.Vibrator android.os.Vibrator} class.
36 OS / Morse Code Vibrator
42 * <td >The Morse Code Vibrator</td>
85 // android.os.Vibrator for more info about the format of this array
89 Vibrator vibrator = (Vibrator)getSystemService(Context.VIBRATOR_SERVICE);
90 vibrator.vibrate(pattern, -1);