Home
last modified time | relevance | path

Searched defs:notificationView (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarHeadsUpNotificationManagerTest.java231 View notificationView = getNotificationView(mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_isNotImportant_returnsNull() local
250 View notificationView = getNotificationView(mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_isImportanceHigh_returnsNotNull() local
313 View notificationView = getNotificationView( in maybeShowHeadsUp_categoryCarInformation_returnsNull() local
330 View notificationView = getNotificationView( in maybeShowHeadsUp_categoryMessage_returnsNotNull() local
346 View notificationView = getNotificationView( in maybeShowHeadsUp_categoryCall_returnsNotNull() local
362 View notificationView = getNotificationView(mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_categoryNavigation_returnsNotNull() local
377 View notificationView = getNotificationView( in maybeShowHeadsUp_inboxHeadsUp_returnsNotNull() local
393 View notificationView = getNotificationView(mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_isSignedWithPlatformKey_returnsNotNull() local
409 View notificationView = getNotificationView(mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_isSystemApp_returnsNotNull() local
425 View notificationView = getNotificationView( in maybeShowHeadsUp_nonMutedNotification_headsUpShown() local
[all …]
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationContainer.java63 public void displayNotification(View notificationView, in displayNotification()
74 private void displayNotificationInner(View notificationView, HunImportance hunImportance) { in displayNotificationInner()
105 public void removeNotification(View notificationView) { in removeNotification()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DHeadsUpEntry.java58 void setNotificationView(View notificationView) { in setNotificationView()