Searched refs:componentToNotifyFor (Results 1 – 1 of 1) sorted by relevance
456 var componentToNotifyFor: ComponentName? = null in postSystemNotificationIfNeeded() variable457 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()