Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt429 val componentsInternal = components.toMutableList() in postSystemNotificationIfNeeded() constant
460 if (componentsInternal.isEmpty()) { in postSystemNotificationIfNeeded()
467 componentToNotifyFor = componentsInternal[random.nextInt(componentsInternal.size)] in postSystemNotificationIfNeeded()
481 componentsInternal.remove(componentToNotifyFor) in postSystemNotificationIfNeeded()