Searched refs:CarExtender (Results 1 – 3 of 3) sorted by relevance
79 nb.extend(new Notification.CarExtender().setColor(Color.RED)); in testStripsExtendersInLowRamModeNoWhitelistNoTv()95 assertEquals(Color.RED, new Notification.CarExtender(before).getColor()); in testStripsExtendersInLowRamModeNoWhitelistNoTv()96 assertEquals(Notification.COLOR_DEFAULT, new Notification.CarExtender(after).getColor()); in testStripsExtendersInLowRamModeNoWhitelistNoTv()105 nb.extend(new Notification.CarExtender().setColor(Color.RED)); in testStripsExtendersInLowRamModeHasWhitelist()121 assertEquals(Color.RED, new Notification.CarExtender(before).getColor()); in testStripsExtendersInLowRamModeHasWhitelist()122 assertEquals(Color.RED, new Notification.CarExtender(after).getColor()); in testStripsExtendersInLowRamModeHasWhitelist()156 nb.extend(new Notification.CarExtender().setColor(Color.RED)); in testDoesNotStripsExtendersInNormalRamMode()166 assertEquals(Color.RED, new Notification.CarExtender(before).getColor()); in testDoesNotStripsExtendersInNormalRamMode()
5983 clone.extras.remove(CarExtender.EXTRA_CAR_EXTENDER);9794 public static final class CarExtender implements Extender { class in Notification.Builder9809 public CarExtender() { in CarExtender() method in Notification.Builder.CarExtender9817 public CarExtender(Notification notif) { in CarExtender() method in Notification.Builder.CarExtender9862 public CarExtender setColor(@ColorInt int color) { in setColor()9886 public CarExtender setLargeIcon(Bitmap largeIcon) { in setLargeIcon()9907 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { in setUnreadConversation()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...