Searched refs:notificationChannels (Results 1 – 4 of 4) sorted by relevance
280 SparseLongArray notificationChannels = new SparseLongArray(); in showRecommendation() local285 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()
67 SafetyCenterNotificationChannels notificationChannels, in SafetyCenterNotificationFactory() argument70 mNotificationChannels = notificationChannels; in SafetyCenterNotificationFactory()
121 SafetyCenterNotificationChannels notificationChannels, in newInstance() argument126 context, notificationChannels, safetyCenterResourcesApk), in newInstance()
106 abstract CoreStartable bindNotificationChannels(NotificationChannels notificationChannels); in bindNotificationChannels() argument