Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java122 final ChangeWallpaperSession wallpaperSession = createManagedChangeWallpaperSession(); in testWallpaperGetDisplayContext()
142 final ChangeWallpaperSession wallpaperSession = createManagedChangeWallpaperSession(); in testWallpaperShowOnSecondaryDisplays()
162 private ChangeWallpaperSession createManagedChangeWallpaperSession() { in createManagedChangeWallpaperSession()
163 return mObjectTracker.manage(new ChangeWallpaperSession()); in createManagedChangeWallpaperSession()
166 private class ChangeWallpaperSession implements AutoCloseable { class in MultiDisplaySystemDecorationTests
170 public ChangeWallpaperSession() { in ChangeWallpaperSession() method in MultiDisplaySystemDecorationTests.ChangeWallpaperSession