Searched refs:notifiedApps (Results 1 – 2 of 2) sorted by relevance
55 var notifiedApps: List<CharSequence> = in <lambda>() variable67 } else if (notifiedApps.isNotEmpty()) { in <lambda>()70 screenshotDetectionController.populateView(detectionNoticeView, notifiedApps) in <lambda>()77 var notifiedApps: List<CharSequence> = in <lambda>() variable91 } else if (notifiedApps.isNotEmpty()) { in <lambda>()94 screenshotDetectionController.populateView(detectionNoticeView, notifiedApps) in <lambda>()
10097 ArraySet<ComponentName> notifiedApps = new ArraySet<>(); in notifyScreenshotListeners() local10100 if (!notifiedApps.contains(ar.mActivityComponent) && ar.isVisible() in notifyScreenshotListeners()10103 notifiedApps.add(ar.mActivityComponent); in notifyScreenshotListeners()10107 return List.copyOf(notifiedApps); in notifyScreenshotListeners()