Searched refs:shouldVibrate (Results 1 – 7 of 7) sorted by relevance
193 when(channel.shouldVibrate()).thenReturn(true); in testUpdateState_vibrateOn()206 when(channel.shouldVibrate()).thenReturn(false); in testUpdateState_vibrateOff()229 assertTrue(channel.shouldVibrate()); in testOnPreferenceChange_on()248 assertFalse(channel.shouldVibrate()); in testOnPreferenceChange_off()
476 boolean shouldVibrate; in isVibratorEnabled()478 shouldVibrate = ringerMode != AudioManager.RINGER_MODE_SILENT; in isVibratorEnabled()480 shouldVibrate = ringerMode == AudioManager.RINGER_MODE_VIBRATE; in isVibratorEnabled()485 if (shouldVibrate) { in isVibratorEnabled()497 return shouldVibrate; in isVibratorEnabled()
68 pref.setChecked(mChannel.shouldVibrate()); in updateState()
77 public boolean shouldVibrate(ContentResolver resolver) { in shouldVibrate() method in DialerRingtoneManager
286 if (BugleNotifications.shouldVibrate(new SecondaryUserNotificationState())) { in postNewMessageSecondaryUserNotification()
318 public static boolean shouldVibrate(final NotificationState state) { in shouldVibrate() method in BugleNotifications664 if (shouldVibrate(state)) { in updateBuilderAudioVibrate()
417 if (dialerRingtoneManager.shouldVibrate(context.getContentResolver())) { in buildAndSendNotification()