Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestInjector.java27 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
62 private CurrentWallpaperInfoFactory mCurrentWallpaperInfoFactory;
136 public CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context) { in getCurrentWallpaperFactory()
DTestCurrentWallpaperInfoFactory.java22 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
31 public class TestCurrentWallpaperInfoFactory implements CurrentWallpaperInfoFactory {
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DBaseWallpaperInjector.java36 private CurrentWallpaperInfoFactory mCurrentWallpaperFactory;
103 public synchronized CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context) { in getCurrentWallpaperFactory()
DCurrentWallpaperInfoFactory.java27 public interface CurrentWallpaperInfoFactory { interface
DInjector.java41 CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context); in getCurrentWallpaperFactory()
DDefaultCurrentWallpaperInfoFactory.java31 public class DefaultCurrentWallpaperInfoFactory implements CurrentWallpaperInfoFactory {
DWallpaperSetter.java224 CurrentWallpaperInfoFactory factory = InjectorProvider.getInjector() in requestDestination()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeNameFragment.java43 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
85 CurrentWallpaperInfoFactory currentWallpaperFactory = InjectorProvider.getInjector() in onCreate()
DThemeFragment.java66 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
105 private CurrentWallpaperInfoFactory mCurrentWallpaperFactory;
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/
DGridFragment.java51 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
135 CurrentWallpaperInfoFactory factory = InjectorProvider.getInjector() in onCreateView()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DTopLevelPickerActivity.java58 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
59 import com.android.wallpaper.module.CurrentWallpaperInfoFactory.WallpaperInfoCallback;
502 CurrentWallpaperInfoFactory factory = injector.getCurrentWallpaperFactory(this); in refreshCurrentWallpapers()
DCategoryFragment.java58 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
59 import com.android.wallpaper.module.CurrentWallpaperInfoFactory.WallpaperInfoCallback;
305 CurrentWallpaperInfoFactory factory = InjectorProvider.getInjector() in refreshCurrentWallpapers()