Searched refs:shouldBypassDnd (Results 1 – 1 of 1) sorted by relevance
601 if (shouldBypassDnd(attrs)) { in fixupVibrationAttributes()951 private static boolean shouldBypassDnd(AudioAttributes attrs) { in shouldBypassDnd() method in VibratorService962 if (mode == AppOpsManager.MODE_IGNORED && shouldBypassDnd(vib.attrs)) { in getAppOpMode()