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

/frameworks/base/core/java/android/app/
H A DNotification.java566 public static final int FLAG_CAN_COLORIZE = 0x00000800; field in class:Notification
5255 return (flags & Notification.FLAG_CAN_COLORIZE) != 0;

Completed in 70 milliseconds