Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java881 fallbackConnection.appendConnectorWithCondition(display -> in updateFallbackConnection()
1025 appendConnectorWithCondition(display -> in initDisplayState()
1036 private void appendConnectorWithCondition(Predicate<Display> tester) { in appendConnectorWithCondition() method in WallpaperManagerService.WallpaperConnection