Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java188 mService.mNotificationPulseEnabled = true; in setUp()
1386 mService.mNotificationPulseEnabled = false; in testLightsLightsOffGlobally()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java593 boolean mNotificationPulseEnabled; field in NotificationManagerService
1955 if (mNotificationPulseEnabled != pulseEnabled) { in update()
1956 mNotificationPulseEnabled = pulseEnabled; in update()
2108 mNotificationPulseEnabled = true; in setLights()
6371 pw.println(" mNotificationPulseEnabled=" + mNotificationPulseEnabled);
8475 if (!mNotificationPulseEnabled) {
9872 if (light != null && mNotificationPulseEnabled) {