Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java107 private long[] mNotificationChannels; field in NotificationService
131 mNotificationChannels = new long[NOTIFICATION_COUNT]; in onCreate()
133 mNotificationChannels[i] = Channel.INVALID_ID; in onCreate()
202 if (mNotificationChannels[notificationId] == Channel.INVALID_ID in handleUpdateRecommendation()
282 if (mNotificationChannels[i] == Channel.INVALID_ID) { in showRecommendation()
285 notificationChannels.put(i, mNotificationChannels[i]); in showRecommendation()
299 mNotificationChannels[notificationId] = Channel.INVALID_ID; in showRecommendation()
319 if (mNotificationChannels[notificationId] != Channel.INVALID_ID) { in changeRecommendation()
320 mNotificationChannels[notificationId] = Channel.INVALID_ID; in changeRecommendation()
344 if (mNotificationChannels[i] != Channel.INVALID_ID) { in hideAllRecommendation()
[all …]
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java62 private final SafetyCenterNotificationChannels mNotificationChannels; field in SafetyCenterNotificationFactory
70 mNotificationChannels = notificationChannels; in SafetyCenterNotificationFactory()
91 String channelId = mNotificationChannels.getCreatedChannelId(notificationManager, issue); in newNotificationForSuccessfulAction()
132 String channelId = mNotificationChannels.getCreatedChannelId(notificationManager, issue); in newNotificationForIssue()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterService.java136 private final SafetyCenterNotificationChannels mNotificationChannels; field in SafetyCenterService
173 mNotificationChannels = new SafetyCenterNotificationChannels(mSafetyCenterResourcesApk); in SafetyCenterService()
178 mNotificationChannels, in SafetyCenterService()
904 mNotificationChannels.createAllChannelsForAllUsers(getContext()); in onApiInitEnabledLocked()
909 mNotificationChannels.createAllChannelsForAllUsers(getContext()); in onApiEnabledLocked()
1063 mNotificationChannels.createAllChannelsForUser(getContext(), UserHandle.of(userId)); in onReceive()
1141 mNotificationChannels.createAllChannelsForUser(getContext(), userHandle); in onReceive()