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

/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java185 public static final int COLOR_DEFAULT = COLOR_1; field in class:SubscriptionManager
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java345 public static final int COLOR_DEFAULT = Color.TRANSPARENT; field in class:NotificationCompat
859 int mColor = COLOR_DEFAULT;
/frameworks/base/core/java/android/app/
H A DNotification.java520 public int color = COLOR_DEFAULT;
526 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in class:Notification
1887 private int mColor = COLOR_DEFAULT;
3027 if (mColor != COLOR_DEFAULT) {
3034 if (mColor == COLOR_DEFAULT) {

Completed in 473 milliseconds