Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DStartRotationErrorDialogFragment.java24 import com.android.wallpaper.model.WallpaperRotationInitializer.NetworkPreference;
38 @NetworkPreference int networkPreference) { in newInstance()
51 … @NetworkPreference final int networkPreference = getArguments().getInt(ARG_NETWORK_PREFERENCE); in onCreateDialog()
73 void retryStartRotation(@NetworkPreference int networkPreference);
H A DRotationStarter.java18 import com.android.wallpaper.model.WallpaperRotationInitializer.NetworkPreference;
27 void startRotation(@NetworkPreference int networkPreference); in startRotation()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperRotationInitializer.java57 void setFirstWallpaperInRotation(Context appContext, @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
79 @interface NetworkPreference { annotation
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperRotationInitializer.java32 @NetworkPreference
57 @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DIndividualPickerFragment.java69 import com.android.wallpaper.model.WallpaperRotationInitializer.NetworkPreference;
758 public void retryStartRotation(@NetworkPreference int networkPreference) { in retryStartRotation()
806 public void startRotation(@NetworkPreference final int networkPreference) { in startRotation()
902 private void showStartRotationErrorDialog(@NetworkPreference int networkPreference) { in showStartRotationErrorDialog()