Home
last modified time | relevance | path

Searched defs:networkPreference (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DStartRotationErrorDialogFragment.java37 public static StartRotationErrorDialogFragment newInstance( in newInstance()
51 … @NetworkPreference final int networkPreference = getArguments().getInt(ARG_NETWORK_PREFERENCE); in onCreateDialog() local
H A DRotationStarter.java27 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()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DOemNetworkPreferencesTest.java141 OemNetworkPreferences networkPreference = mBuilder.build(); in testConstructorByOemNetworkPreferencesSetsValue() local
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperRotationInitializer.java57 @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DIndividualPickerFragment.java758 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()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java4801 final int networkPreference; in getMultipathPreference() local