Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
H A DWallpaperManagerServiceTests.java544 assertPfdAndFileContentsEqual(pfd, cropSystemWallpaperFile); in getWallpaperWithFeature_getCropped_returnsCropFile()
567 assertPfdAndFileContentsEqual(pfd, originalSystemWallpaperFile); in getWallpaperWithFeature_notGetCropped_returnsOriginalFile()
612 private static void assertPfdAndFileContentsEqual(ParcelFileDescriptor pfd, File file) in assertPfdAndFileContentsEqual() method in WallpaperManagerServiceTests