Searched refs:shouldVibrate (Results 1 – 9 of 9) sorted by relevance
171 when(channel.shouldVibrate()).thenReturn(true); in testUpdateState_vibrateOn()183 when(channel.shouldVibrate()).thenReturn(false); in testUpdateState_vibrateOff()204 assertTrue(channel.shouldVibrate()); in testOnPreferenceChange_on()222 assertFalse(channel.shouldVibrate()); in testOnPreferenceChange_off()
490 boolean shouldVibrate; in isVibratorEnabled()492 shouldVibrate = ringerMode != AudioManager.RINGER_MODE_SILENT; in isVibratorEnabled()494 shouldVibrate = ringerMode == AudioManager.RINGER_MODE_VIBRATE; in isVibratorEnabled()499 if (shouldVibrate) { in isVibratorEnabled()511 return shouldVibrate; in isVibratorEnabled()
60 pref.setChecked(mChannel.shouldVibrate()); in updateState()
77 public boolean shouldVibrate(ContentResolver resolver) { in shouldVibrate() method in DialerRingtoneManager
285 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()
1615 if (pattern != null && channel.shouldVibrate()) { in notifyUserIfNecessary()