Home
last modified time | relevance | path

Searched refs:notificationList (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DDispatchResponse.java267 List<Notification> notificationList = new ArrayList<>(); in parseNotification() local
269 return notificationList; in parseNotification()
294 notificationList.add(new AdfSelectedNotification(adfOid)); in parseNotification()
314 notificationList.add( in parseNotification()
344 notificationList.add( in parseNotification()
363 notificationList.add(new ControleeInfoAvailableNotification(arbitraryData)); in parseNotification()
369 return notificationList; in parseNotification()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationPanelActivity.java80 public void notificationsUpdated(@NonNull SparseArray<StatusBarNotification> notificationList) { in notificationsUpdated() argument
81 mTvNotificationAdapter.setNotifications(notificationList); in notificationsUpdated()
83 boolean noNotifications = notificationList.size() == 0; in notificationsUpdated()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java1106 StatusBarNotification[] notificationList = in playPendingAlert() local
1109 if(notificationList != null && notificationList.length >0) { in playPendingAlert()