Searched refs:mNotificationEntry (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 140 private NotificationEntry mNotificationEntry; field in NotificationContentView 978 boolean colorized = mNotificationEntry.getSbn().getNotification().isColorized(); in setBackgroundTintColor() 1285 mNotificationEntry = entry; in onNotificationUpdated() 1323 /* notification = */ mNotificationEntry.getSbn(), 1362 mNotificationEntry.getSbn().getKey(), 1370 boolean hasFreeformRemoteInput = hasFreeformRemoteInput(mNotificationEntry); 1372 RemoteInputViewData expandedData = applyRemoteInput(mExpandedChild, mNotificationEntry, 1397 RemoteInputViewData headsUpData = applyRemoteInput(mHeadsUpChild, mNotificationEntry, 1557 applyBubbleAction(mExpandedChild, mNotificationEntry); 1558 applyBubbleAction(mHeadsUpChild, mNotificationEntry); [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 228 private NotificationEntry mNotificationEntry; field in PeopleSpaceWidgetManagerTest 313 mNotificationEntry = new NotificationEntryBuilder() in setUp() 1214 Map.of(new PeopleTileKey(mNotificationEntry), in testAugmentTileFromNotifications() 1215 new HashSet<>(Collections.singleton(mNotificationEntry))), in testAugmentTileFromNotifications() 1234 Map.of(new PeopleTileKey(mNotificationEntry), in testAugmentTileFromNotificationsDifferentShortcutId() 1235 new HashSet<>(Collections.singleton(mNotificationEntry))), in testAugmentTileFromNotificationsDifferentShortcutId() 1249 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(mNotificationEntry)); in testAugmentTileFromNotificationEntryManager() 1269 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(mNotificationEntry)); in testAugmentTileFromNotificationEntryManager_notificationHidden()
|