| D | NotificationChannelCompat.java | 199 public @NonNull Builder setLightColor(int argb) { in setLightColor() method in NotificationChannelCompat.Builder 315 Api26Impl.setLightColor(channel, mLightColor); in getNotificationChannel() 335 .setLightColor(mLightColor) in toBuilder() 580 static void setLightColor(NotificationChannel notificationChannel, int argb) { in setLightColor() method in NotificationChannelCompat.Api26Impl 581 notificationChannel.setLightColor(argb); in setLightColor()
|