Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1065 DisplayConnector getDisplayConnectorOrCreate(int displayId) { in getDisplayConnectorOrCreate() method in WallpaperManagerService.WallpaperConnection
1265 final DisplayConnector connector = getDisplayConnectorOrCreate(displayId); in attachEngine()
2230 .getDisplayConnectorOrCreate(displayId); in setDimensionHints()
2326 .getDisplayConnectorOrCreate(displayId); in setDisplayPadding()
2535 .getDisplayConnectorOrCreate(DEFAULT_DISPLAY).mEngine; in setInAmbientMode()
2660 .getDisplayConnectorOrCreate(displayId).mEngine; in notifyScreenTurnedOn()
2677 .getDisplayConnectorOrCreate(displayId).mEngine; in notifyScreenTurnedOn()
2698 .getDisplayConnectorOrCreate(displayId).mEngine; in notifyScreenTurningOn()
2715 .getDisplayConnectorOrCreate(displayId).mEngine; in notifyScreenTurningOn()
3858 mLastWallpaper.connection.getDisplayConnectorOrCreate(displayId); in onDisplayReadyInternal()
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
H A DWallpaperManagerServiceTests.java342 mService.mLastWallpaper.connection.getDisplayConnectorOrCreate(DEFAULT_DISPLAY); in testSetCurrentComponent()