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

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java141 private int mLightColor = DEFAULT_LIGHT_COLOR; field in class:NotificationChannel
208 mLightColor = in.readInt();
259 dest.writeInt(mLightColor);
378 this.mLightColor = argb;
502 return mLightColor;
920 ", mLightColor=" + mLightColor +

Completed in 48 milliseconds