Searched refs:NetworkPreference (Results 1 – 5 of 5) sorted by relevance
24 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);
18 import com.android.wallpaper.model.WallpaperRotationInitializer.NetworkPreference;27 void startRotation(@NetworkPreference int networkPreference); in startRotation()
57 void setFirstWallpaperInRotation(Context appContext, @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()79 @interface NetworkPreference { annotation
32 @NetworkPreference57 @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
69 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()