Searched refs:mLockWallpaper (Results 1 – 1 of 1) sorted by relevance
201 private final TestWallpaper mLockWallpaper; field in WallpaperManagerTestUtils.WallpaperState213 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 …]