Searched refs:TestWallpaperPreferences (Results 1 – 3 of 3) sorted by relevance
64 import com.android.wallpaper.testing.TestWallpaperPreferences;101 private TestWallpaperPreferences mPreferences;124 mPreferences = (TestWallpaperPreferences) mInjector.getPreferences(context); in setUp()
38 public class TestWallpaperPreferences implements WallpaperPreferences { class81 public TestWallpaperPreferences() { in TestWallpaperPreferences() method in TestWallpaperPreferences
105 mPrefs = new TestWallpaperPreferences(); in getPreferences()