Searched refs:allProfilesUserIds (Results 1 – 1 of 1) sorted by relevance
212 int[] allProfilesUserIds = userProfileGroup.getAllProfilesUserIds(); in updateNotifications() local213 for (int i = 0; i < allProfilesUserIds.length; i++) { in updateNotifications()214 updateNotifications(allProfilesUserIds[i]); in updateNotifications()