Searched defs:vibrator (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmKlaxon.java61 final Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
63 vibrateLOrLater(vibrator);
65 vibrator.vibrate(sVibratePattern, 0);
73 private static void vibrateLOrLater(Vibrator vibrator) { argument
74 vibrator.vibrate(sVibratePattern, 0, new AudioAttributes.Builder()
/packages/services/Telecomm/src/com/android/server/telecom/
H A DRinger.java83 Vibrator vibrator,
90 // vibrator object will be isolated from others.
91 mVibrator = vibrator;
77 Ringer( InCallTonePlayer.Factory playerFactory, Context context, SystemSettingsUtil systemSettingsUtil, AsyncRingtonePlayer asyncRingtonePlayer, RingtoneFactory ringtoneFactory, Vibrator vibrator, InCallController inCallController) argument

Completed in 228 milliseconds