Searched refs:shouldVibrate (Results 1 – 5 of 5) sorted by relevance
132 if (shouldVibrate(mContext) && !mIsVibrating) { in startRinging()199 private boolean shouldVibrate(Context context) { in shouldVibrate() method in Ringer
81 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()
328 if (mDialerRingtoneManager.shouldVibrate(mContext.getContentResolver())) { in buildAndSendNotification()