Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2342 mDozeServiceHost.fireNotificationLight(false); in notificationLightOff()
2349 mDozeServiceHost.fireNotificationLight(true); in notificationLightPulse()
4052 public void fireNotificationLight(boolean on) { in fireNotificationLight() method in PhoneStatusBar.DozeServiceHost