Home
last modified time | relevance | path

Searched refs:notificationChannels (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java280 SparseLongArray notificationChannels = new SparseLongArray(); in showRecommendation() local
285 notificationChannels.put(i, mNotificationChannels[i]); in showRecommendation()
289 int index = notificationChannels.indexOfValue(c.getId()); in showRecommendation()
291 notificationChannels.removeAt(index); in showRecommendation()
295 if (notificationChannels.size() > 0) { in showRecommendation()
296 for (int i = 0; i < notificationChannels.size(); ++i) { in showRecommendation()
297 int notificationId = notificationChannels.keyAt(i); in showRecommendation()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java67 SafetyCenterNotificationChannels notificationChannels, in SafetyCenterNotificationFactory() argument
70 mNotificationChannels = notificationChannels; in SafetyCenterNotificationFactory()
DSafetyCenterNotificationSender.java121 SafetyCenterNotificationChannels notificationChannels, in newInstance() argument
126 context, notificationChannels, safetyCenterResourcesApk), in newInstance()
/packages/apps/SystemUIGo/src/com/android/systemui/go/
DSystemUIGoCoreStartableModule.java106 abstract CoreStartable bindNotificationChannels(NotificationChannels notificationChannels); in bindNotificationChannels() argument