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

/frameworks/base/core/java/android/app/
H A DNotification.java87 * {@link #FLAG_SHOW_LIGHTS} bit, and {@link #ledARGB}, {@link #ledOffMS}, or
248 public int ledARGB; field in class:Notification
578 ledARGB = parcel.readInt();
637 that.ledARGB = this.ledARGB;
731 parcel.writeInt(ledARGB);
1244 * @see Notification#ledARGB
1562 n.ledARGB = mLedArgb;

Completed in 91 milliseconds