Searched refs:NotificationColorUtil (Results 1 – 5 of 5) sorted by relevance
43 public class NotificationColorUtil { class48 private static NotificationColorUtil sInstance;56 public static NotificationColorUtil getInstance(Context context) { in getInstance()59 sInstance = new NotificationColorUtil(context); in getInstance()65 private NotificationColorUtil(Context context) { in NotificationColorUtil() method in NotificationColorUtil
26 import com.android.internal.util.NotificationColorUtil;38 private NotificationColorUtil mNotificationColorUtil;47 mNotificationColorUtil = NotificationColorUtil.getInstance(getContext()); in onFinishInflate()
90 import com.android.internal.util.NotificationColorUtil;200 private NotificationColorUtil mNotificationColorUtil;548 mNotificationColorUtil = NotificationColorUtil.getInstance(mContext); in start()
38 import com.android.internal.util.NotificationColorUtil;67 private NotificationColorUtil mNotificationColorUtil;111 mNotificationColorUtil = NotificationColorUtil.getInstance(context); in StatusBarIconController()
55 import com.android.internal.util.NotificationColorUtil;2102 private final NotificationColorUtil mColorUtil;2169 NotificationColorUtil.getInstance(mContext) : null; in Builder()