Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java212 int[] allProfilesUserIds = userProfileGroup.getAllProfilesUserIds(); in updateNotifications() local
213 for (int i = 0; i < allProfilesUserIds.length; i++) { in updateNotifications()
214 updateNotifications(allProfilesUserIds[i]); in updateNotifications()