Searched refs:notifyScreenshotListeners (Results 1 – 8 of 8) sorted by relevance
69 verify(windowManager, never()).notifyScreenshotListeners(any())77 whenever(windowManager.notifyScreenshotListeners(eq(Display.DEFAULT_DISPLAY)))103 whenever(windowManager.notifyScreenshotListeners(eq(Display.DEFAULT_DISPLAY)))154 whenever(windowManager.notifyScreenshotListeners(eq(Display.DEFAULT_DISPLAY)))205 whenever(windowManager.notifyScreenshotListeners(eq(Display.DEFAULT_DISPLAY)))
45 val components = windowManager.notifyScreenshotListeners(Display.DEFAULT_DISPLAY)
462 public List<ComponentName> notifyScreenshotListeners(int displayId) { in notifyScreenshotListeners() method in WindowManagerImpl465 .notifyScreenshotListeners(displayId)); in notifyScreenshotListeners()
1029 List<ComponentName> notifyScreenshotListeners(int displayId); in notifyScreenshotListeners() method
5800 default @NonNull List<ComponentName> notifyScreenshotListeners(int displayId) { in notifyScreenshotListeners() method
369 List<ComponentName> notifyScreenshotListeners(int displayId); in notifyScreenshotListeners() method
9564 public List<ComponentName> notifyScreenshotListeners(int displayId) { in notifyScreenshotListeners() method in WindowManagerService
17260 …onNull public default java.util.List<android.content.ComponentName> notifyScreenshotListeners(int);