Searched refs:EXTRA_COLOR (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4580 private static final String EXTRA_COLOR = "app_color"; field in class:NotificationCompat.CarExtender
4618 mColor = carBundle.getInt(EXTRA_COLOR, NotificationCompat.COLOR_DEFAULT);
4726 carExtensions.putInt(EXTRA_COLOR, mColor);
/frameworks/base/core/java/android/app/
H A DNotification.java9042 private static final String EXTRA_COLOR = "app_color"; field in class:Notification.CarExtender
9064 mColor = carBundle.getInt(EXTRA_COLOR, Notification.COLOR_DEFAULT);
9084 carExtensions.putInt(EXTRA_COLOR, mColor);

Completed in 50 milliseconds