Searched refs:mNotificationChannels (Results 1 – 3 of 3) sorted by relevance
107 private long[] mNotificationChannels; field in NotificationService131 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 …]
62 private final SafetyCenterNotificationChannels mNotificationChannels; field in SafetyCenterNotificationFactory70 mNotificationChannels = notificationChannels; in SafetyCenterNotificationFactory()91 String channelId = mNotificationChannels.getCreatedChannelId(notificationManager, issue); in newNotificationForSuccessfulAction()132 String channelId = mNotificationChannels.getCreatedChannelId(notificationManager, issue); in newNotificationForIssue()
136 private final SafetyCenterNotificationChannels mNotificationChannels; field in SafetyCenterService173 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()