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

/frameworks/base/core/java/android/app/
H A DNotification.java88 * {@link #FLAG_SHOW_LIGHTS} bit, and {@link #ledARGB}, {@link #ledOffMS}, or
267 public int ledOffMS; field in class:Notification
284 * or 0 for both ledOnMS and ledOffMS.</li>
285 * <li>To turn the LED on, pass 1 for ledOnMS and 0 for ledOffMS.</li>
287 * be on and off to ledOnMS and ledOffMS.</li>
581 ledOffMS = parcel.readInt();
640 that.ledOffMS = this.ledOffMS;
734 parcel.writeInt(ledOffMS);
1278 * @see Notification#ledOffMS
[all...]

Completed in 36 milliseconds