Searched refs:TestWallpaperPreferences (Results 1 – 15 of 15) sorted by relevance
19 import com.android.wallpaper.testing.TestWallpaperPreferences26 TestWallpaperPreferences(), CustomizationPreferences {
47 import com.android.wallpaper.testing.TestWallpaperPreferences;72 private TestWallpaperPreferences mPrefs;81 mPrefs = new TestWallpaperPreferences(); in setUp()
27 import com.android.wallpaper.testing.TestWallpaperPreferences63 @Inject lateinit var wallpaperPreferences: TestWallpaperPreferences
34 import com.android.wallpaper.testing.TestWallpaperPreferences72 @Inject lateinit var prefs: TestWallpaperPreferences
38 import com.android.wallpaper.testing.TestWallpaperPreferences66 abstract fun bindWallpaperPreferences(impl: TestWallpaperPreferences): WallpaperPreferences
28 import com.android.wallpaper.testing.TestWallpaperPreferences in <lambda>()77 wallpaperPreferences = TestWallpaperPreferences(), in <lambda>()
27 import com.android.wallpaper.testing.TestWallpaperPreferences61 wallpaperPreferences = TestWallpaperPreferences(), in setUp()
29 import com.android.wallpaper.testing.TestWallpaperPreferences71 wallpaperPreferences = TestWallpaperPreferences(), in setUp()
26 import com.android.wallpaper.testing.TestWallpaperPreferences in <lambda>()67 wallpaperPreferences = TestWallpaperPreferences(), in <lambda>()
31 import com.android.wallpaper.testing.TestWallpaperPreferences68 prefs = TestWallpaperPreferences() in setUp()
24 import com.android.wallpaper.testing.TestWallpaperPreferences46 private var prefs = TestWallpaperPreferences()
55 import com.android.wallpaper.testing.TestWallpaperPreferences102 @Inject lateinit var wallpaperPreferences: TestWallpaperPreferences
42 import com.android.wallpaper.testing.TestWallpaperPreferences86 @Inject lateinit var wallpaperPreferences: TestWallpaperPreferences
45 import com.android.wallpaper.testing.TestWallpaperPreferences in <lambda>()109 wallpaperPreferences = TestWallpaperPreferences(), in <lambda>()
43 open class TestWallpaperPreferences @Inject constructor() : WallpaperPreferences { class