Searched refs:networkPreference (Results 1 – 8 of 8) sorted by relevance
38 @NetworkPreference int networkPreference) { in newInstance()41 args.putInt(ARG_NETWORK_PREFERENCE, networkPreference); in newInstance()51 … @NetworkPreference final int networkPreference = getArguments().getInt(ARG_NETWORK_PREFERENCE); in onCreateDialog() local60 callback.retryStartRotation(networkPreference); in onCreateDialog()73 void retryStartRotation(@NetworkPreference int networkPreference);
27 void startRotation(@NetworkPreference int networkPreference); in startRotation() argument
57 @NetworkPreference int networkPreference, in setFirstWallpaperInRotation() argument60 mNetworkPreference = networkPreference; in setFirstWallpaperInRotation()
141 OemNetworkPreferences networkPreference = mBuilder.build(); in testConstructorByOemNetworkPreferencesSetsValue() local145 .Builder(networkPreference) in testConstructorByOemNetworkPreferencesSetsValue()
758 public void retryStartRotation(@NetworkPreference int networkPreference) { in retryStartRotation() argument759 startRotation(networkPreference); in retryStartRotation()806 public void startRotation(@NetworkPreference final int networkPreference) { in startRotation() argument838 networkPreference, in startRotation()871 showStartRotationErrorDialog(networkPreference); in startRotation()890 showStartRotationErrorDialog(networkPreference); in startRotation()902 private void showStartRotationErrorDialog(@NetworkPreference int networkPreference) { in showStartRotationErrorDialog() argument906 StartRotationErrorDialogFragment.newInstance(networkPreference); in showStartRotationErrorDialog()
57 void setFirstWallpaperInRotation(Context appContext, @NetworkPreference int networkPreference, in setFirstWallpaperInRotation() argument
4801 final int networkPreference; in getMultipathPreference() local4803 networkPreference = netPolicyManager.getMultipathPreference(network); in getMultipathPreference()4807 if (networkPreference != 0) { in getMultipathPreference()4808 return networkPreference; in getMultipathPreference()
17821 int networkPreference = preferentialNetworkServiceEnabled17826 networkPreference,