Searched defs:ledARGB (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
249 public int ledARGB; field in class:Notification
579 ledARGB = parcel.readInt();
638 that.ledARGB = this.ledARGB;
732 parcel.writeInt(ledARGB);
1276 * @see Notification#ledARGB
1597 n.ledARGB = mLedArgb;

Completed in 29 milliseconds