Searched refs:shouldVibrate (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DRinger.java210 if (shouldVibrate(mContext) && !mIsVibrating) {
280 private boolean shouldVibrate(Context context) { method in class:Ringer
/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DSmsReceiver.java285 if (BugleNotifications.shouldVibrate(new SecondaryUserNotificationState())) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java318 public static boolean shouldVibrate(final NotificationState state) { method in class:BugleNotifications
664 if (shouldVibrate(state)) {

Completed in 80 milliseconds