Searched refs:NotificationColorUtil (Results 1 – 4 of 4) sorted by relevance
42 public class NotificationColorUtil { class47 private static NotificationColorUtil sInstance;55 public static NotificationColorUtil getInstance(Context context) { in getInstance()58 sInstance = new NotificationColorUtil(context); in getInstance()64 private NotificationColorUtil(Context context) { in NotificationColorUtil() method in NotificationColorUtil
27 import com.android.internal.util.NotificationColorUtil;39 private NotificationColorUtil mNotificationColorUtil;48 mNotificationColorUtil = NotificationColorUtil.getInstance(getContext()); in onFinishInflate()
87 import com.android.internal.util.NotificationColorUtil;202 private NotificationColorUtil mNotificationColorUtil;502 mNotificationColorUtil = NotificationColorUtil.getInstance(mContext); in start()
52 import com.android.internal.util.NotificationColorUtil;1975 private final NotificationColorUtil mColorUtil;2042 NotificationColorUtil.getInstance(mContext) : null; in Builder()