Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTestUtils.java201 private final TestWallpaper mLockWallpaper; field in WallpaperManagerTestUtils.WallpaperState
213 mLockWallpaper = lockWallpaper; in WallpaperState()
222 .filter(wallpaper -> wallpaper != mHomeWallpaper && wallpaper != mLockWallpaper) in pickUnused()
259 } else if (mHomeWallpaper == mLockWallpaper) { in allPossibleChanges()
265 if (mHomeWallpaper != mLockWallpaper) { in allPossibleChanges()
268 new WallpaperChange(mLockWallpaper, FLAG_LOCK | FLAG_SYSTEM), in allPossibleChanges()
270 new WallpaperChange(mLockWallpaper, FLAG_SYSTEM) in allPossibleChanges()
289 return mSingleEngine || (change.mWallpaper != mLockWallpaper) ? 1 : 0; in expectedNumberOfLiveWallpaperCreate()
312 changeLock && (change.mWallpaper != mLockWallpaper || changeSystem); in expectedNumberOfLiveWallpaperDestroy()
316 if (lockReplaced && mLockWallpaper.isLive()) result += 1; in expectedNumberOfLiveWallpaperDestroy()
[all …]