Searched defs:offMillis (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java27 void notificationLightPulse(int argb, int onMillis, int offMillis); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java109 public void notificationLightPulse(int argb, int onMillis, int offMillis) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java118 void notificationLightPulse(int argb, int onMillis, int offMillis); argument
304 public void notificationLightPulse(int argb, int onMillis, int offMillis) { argument
306 mHandler.obtainMessage(MSG_NOTIFICATION_LIGHT_PULSE, onMillis, offMillis, argb)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2829 public void notificationLightPulse(int argb, int onMillis, int offMillis) { argument

Completed in 105 milliseconds