Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/tests/common/src/com/android/customization/testing/
DTestDefaultCustomizationPreferences.kt19 import com.android.wallpaper.testing.TestWallpaperPreferences
26 TestWallpaperPreferences(), CustomizationPreferences {
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPersisterTest.java47 import com.android.wallpaper.testing.TestWallpaperPreferences;
72 private TestWallpaperPreferences mPrefs;
81 mPrefs = new TestWallpaperPreferences(); in setUp()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/domain/interactor/
DPreviewActionsInteractorTest.kt27 import com.android.wallpaper.testing.TestWallpaperPreferences
63 @Inject lateinit var wallpaperPreferences: TestWallpaperPreferences
DWallpaperPreviewInteractorTest.kt34 import com.android.wallpaper.testing.TestWallpaperPreferences
72 @Inject lateinit var prefs: TestWallpaperPreferences
/packages/apps/WallpaperPicker2/tests/module/src/com/android/wallpaper/
DWallpaperPicker2TestModule.kt38 import com.android.wallpaper.testing.TestWallpaperPreferences
66 abstract fun bindWallpaperPreferences(impl: TestWallpaperPreferences): WallpaperPreferences
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorerTest.kt28 import com.android.wallpaper.testing.TestWallpaperPreferences in <lambda>()
77 wallpaperPreferences = TestWallpaperPreferences(), in <lambda>()
DWallpaperInteractorTest.kt27 import com.android.wallpaper.testing.TestWallpaperPreferences
61 wallpaperPreferences = TestWallpaperPreferences(), in setUp()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DCustomizationPickerViewModelTest.kt29 import com.android.wallpaper.testing.TestWallpaperPreferences
71 wallpaperPreferences = TestWallpaperPreferences(), in setUp()
DWallpaperQuickSwitchViewModelTest.kt26 import com.android.wallpaper.testing.TestWallpaperPreferences in <lambda>()
67 wallpaperPreferences = TestWallpaperPreferences(), in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/data/repository/
DWallpaperPreviewRepositoryTest.kt31 import com.android.wallpaper.testing.TestWallpaperPreferences
68 prefs = TestWallpaperPreferences() in setUp()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperRepositoryTest.kt24 import com.android.wallpaper.testing.TestWallpaperPreferences
46 private var prefs = TestWallpaperPreferences()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DWallpaperPreviewViewModelTest.kt55 import com.android.wallpaper.testing.TestWallpaperPreferences
102 @Inject lateinit var wallpaperPreferences: TestWallpaperPreferences
DStaticWallpaperPreviewViewModelTest.kt42 import com.android.wallpaper.testing.TestWallpaperPreferences
86 @Inject lateinit var wallpaperPreferences: TestWallpaperPreferences
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModelTest.kt45 import com.android.wallpaper.testing.TestWallpaperPreferences in <lambda>()
109 wallpaperPreferences = TestWallpaperPreferences(), in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt43 open class TestWallpaperPreferences @Inject constructor() : WallpaperPreferences { class