Searched defs:networkPreference (Results 1 – 7 of 7) sorted by relevance
37 public static StartRotationErrorDialogFragment newInstance( in newInstance()51 … @NetworkPreference final int networkPreference = getArguments().getInt(ARG_NETWORK_PREFERENCE); in onCreateDialog() local
27 void startRotation(@NetworkPreference int networkPreference); in startRotation()
57 void setFirstWallpaperInRotation(Context appContext, @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
141 OemNetworkPreferences networkPreference = mBuilder.build(); in testConstructorByOemNetworkPreferencesSetsValue() local
57 @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
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()
4801 final int networkPreference; in getMultipathPreference() local