Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt456 var componentToNotifyFor: ComponentName? = null in postSystemNotificationIfNeeded() variable
457 while (pkgInfo == null || componentToNotifyFor == null) { in postSystemNotificationIfNeeded()
467 componentToNotifyFor = componentsInternal[random.nextInt(componentsInternal.size)] in postSystemNotificationIfNeeded()
472 "Attempting to get PackageInfo for " + componentToNotifyFor.packageName in postSystemNotificationIfNeeded()
476 Utils.getPackageInfoForComponentName(parentUserContext, componentToNotifyFor) in postSystemNotificationIfNeeded()
481 componentsInternal.remove(componentToNotifyFor) in postSystemNotificationIfNeeded()
486 createNotificationForNotificationListener(componentToNotifyFor, pkgInfo, sessionId) in postSystemNotificationIfNeeded()
489 markComponentAsNotified(componentToNotifyFor) in postSystemNotificationIfNeeded()