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.java258 public boolean isNotification() { in isNotification() method in VibratorService.Vibration
259 return VibratorService.this.isNotification(usageHint); in isNotification()
614 && !vib.isNotification() && !vib.isRingtone() && !vib.isAlarm()) { in vibrate()
643 } else if (vib.isNotification()) { in addToPreviousVibrationsLocked()
807 } else if (vib.isNotification()) { in getCurrentIntensityLocked()
833 } else if (vib.isNotification()) { in applyVibrationIntensityScalingLocked()
1156 private static boolean isNotification(int usageHint) { in isNotification() method in VibratorService
1490 } else if (isNotification(usage)) { in onExternalVibrationStart()
/frameworks/base/services/
Dart-profile1979 PLcom/android/server/VibratorService$Vibration;->isNotification()Z