Searched refs:CarExtender (Results 1 – 6 of 6) sorted by relevance
19 import static android.app.Notification.CarExtender.UnreadConversation.KEY_ON_READ;20 import static android.app.Notification.CarExtender.UnreadConversation.KEY_ON_REPLY;21 import static android.app.Notification.CarExtender.UnreadConversation.KEY_REMOTE_INPUT;941 Notification.CarExtender extender = new Notification.CarExtender(n); in testCarExtender_invalidExtra_noCrash()970 Notification.CarExtender extender = new Notification.CarExtender(n); in testGetUnreadConversationFromBundle_invalidExtra_noCrash()992 nb.extend(new Notification.CarExtender().setColor(Color.RED)); in testDoesNotStripsExtenders()1002 Assert.assertEquals(Color.RED, new Notification.CarExtender(before).getColor()); in testDoesNotStripsExtenders()1574 Notification.CarExtender extender = new Notification.CarExtender().setColor(1234); in testExtras_cachedExtrasOverwrittenByExtender()1583 Notification.CarExtender recoveredExtender = new Notification.CarExtender(notification); in testExtras_cachedExtrasOverwrittenByExtender()1626 Notification.CarExtender extender = new Notification.CarExtender().setColor(1234); in testExtras_cachedExtrasOverwrittenByExtenderOld()[all …]
238 val extender = Notification.CarExtender().setLargeIcon(carIcon)
11763 public static final class CarExtender implements Extender { class in Notification.Builder11778 public CarExtender() { in CarExtender() method in Notification.Builder.CarExtender11786 public CarExtender(Notification notif) { in CarExtender() method in Notification.Builder.CarExtender11831 public CarExtender setColor(@ColorInt int color) { in setColor()11855 public CarExtender setLargeIcon(Bitmap largeIcon) { in setLargeIcon()11876 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { in setUnreadConversation()
7703 Landroid/app/Notification$CarExtender$Builder;->mLatestTimestamp:J7704 Landroid/app/Notification$CarExtender$Builder;->mMessages:Ljava/util/List;7711 …p/Notification$CarExtender$UnreadConversation;->getUnreadConversationFromBundle(Landroid/os/Bundle…7720 Landroid/app/Notification$CarExtender$UnreadConversation;->mLatestTimestamp:J7726 Landroid/app/Notification$CarExtender;->EXTRA_CAR_EXTENDER:Ljava/lang/String;7727 Landroid/app/Notification$CarExtender;->EXTRA_COLOR:Ljava/lang/String;7729 Landroid/app/Notification$CarExtender;->EXTRA_LARGE_ICON:Ljava/lang/String;7730 Landroid/app/Notification$CarExtender;->mColor:I7731 Landroid/app/Notification$CarExtender;->mLargeIcon:Landroid/graphics/Bitmap;7732 Landroid/app/Notification$CarExtender;->mUnreadConversation:Landroid/app/Notification$CarExtender$U…[all …]
6560 ctor public Notification.CarExtender();6561 ctor public Notification.CarExtender(android.app.Notification);6566 method public android.app.Notification.CarExtender setColor(@ColorInt int);6567 method public android.app.Notification.CarExtender setLargeIcon(android.graphics.Bitmap);6568 …method public android.app.Notification.CarExtender setUnreadConversation(android.app.Notification.…6571 public static class Notification.CarExtender.Builder {6572 ctor public Notification.CarExtender.Builder(String);6573 method public android.app.Notification.CarExtender.Builder addMessage(String);6574 method public android.app.Notification.CarExtender.UnreadConversation build();6575 method public android.app.Notification.CarExtender.Builder setLatestTimestamp(long);[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...