Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java825 testParseCropHints(Map.of()); in testOnRestore_noCropHints()
832 testParseCropHints(testMap); in testOnRestore_singleCropHint()
841 testParseCropHints(testMap); in testOnRestore_multipleCropHints()
844 private void testParseCropHints(Map<Integer, Rect> testMap) throws Exception { in testParseCropHints() method in WallpaperBackupAgentTest