Searched refs:offMs (Results 1 – 3 of 3) sorted by relevance
366 int offMs; in buildNotification() local370 offMs = 1300; in buildNotification()374 offMs = 300; in buildNotification()378 offMs = 0; in buildNotification()383 offMs = 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() argument1352 mNotification.ledOffMS = offMs; in setLights()
2847 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { in setLights() argument2850 mN.ledOffMS = offMs; in setLights()2851 if (onMs != 0 || offMs != 0) { in setLights()