Searched refs:isNotification (Results 1 – 2 of 2) sorted by relevance
258 public boolean isNotification() { in isNotification() method in VibratorService.Vibration259 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 VibratorService1490 } else if (isNotification(usage)) { in onExternalVibrationStart()
1979 PLcom/android/server/VibratorService$Vibration;->isNotification()Z