Loading services/java/com/android/server/NotificationManagerService.java +0 −3 Original line number Diff line number Diff line Loading @@ -1085,9 +1085,6 @@ public class NotificationManagerService extends INotificationManager.Stub // pulse repeatedly mNotificationLight.setFlashing(ledARGB, LightsService.LIGHT_FLASH_TIMED, ledOnMS, ledOffMS); } else { // pulse only once mNotificationLight.pulse(ledARGB, ledOnMS); } } } Loading Loading
services/java/com/android/server/NotificationManagerService.java +0 −3 Original line number Diff line number Diff line Loading @@ -1085,9 +1085,6 @@ public class NotificationManagerService extends INotificationManager.Stub // pulse repeatedly mNotificationLight.setFlashing(ledARGB, LightsService.LIGHT_FLASH_TIMED, ledOnMS, ledOffMS); } else { // pulse only once mNotificationLight.pulse(ledARGB, ledOnMS); } } } Loading