Home
last modified time | relevance | path

Searched refs:isNotification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DVibratorService.java276 public boolean isNotification() { in isNotification() method in VibratorService.Vibration
277 return VibratorService.this.isNotification(attrs.getUsage()); in isNotification()
690 && !vib.isNotification() && !vib.isRingtone() && !vib.isAlarm()) { in vibrate()
724 } else if (vib.isNotification()) { in addToPreviousVibrationsLocked()
868 } else if (vib.isNotification()) { in getCurrentIntensityLocked()
894 } else if (vib.isNotification()) { in applyVibrationIntensityScalingLocked()
1281 private static boolean isNotification(int usageHint) { in isNotification() method in VibratorService
1616 } else if (isNotification(usage)) { in onExternalVibrationStart()
/frameworks/base/services/
Dart-profile1979 PLcom/android/server/VibratorService$Vibration;->isNotification()Z