Searched refs:onMs (Results 1 – 3 of 3) sorted by relevance
365 int onMs; in buildNotification() local369 onMs = 1300; in buildNotification()373 onMs = 300; in buildNotification()377 onMs = 1; in buildNotification()382 onMs = 0; in buildNotification()386 if (onMs != 0 && offMs != 0) { in buildNotification()387 b.setLights(color, onMs, offMs); in buildNotification()
1349 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { in setLights() argument1351 mNotification.ledOnMS = onMs; in setLights()
2847 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { in setLights() argument2849 mN.ledOnMS = onMs; in setLights()2851 if (onMs != 0 || offMs != 0) { in setLights()