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

/frameworks/base/core/java/android/app/
H A DNotification.java143 * {@link #FLAG_SHOW_LIGHTS} bit, and {@link #ledARGB}, {@link #ledOffMS}, or
396 public int ledARGB; field in class:Notification
1644 ledARGB = parcel.readInt();
1731 that.ledARGB = this.ledARGB;
1985 parcel.writeInt(ledARGB);
2843 * @see Notification#ledARGB
2848 mN.ledARGB = argb;

Completed in 46 milliseconds