Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DStartRotationErrorDialogFragment.java37 public static StartRotationErrorDialogFragment newInstance( in newInstance()
51 … @NetworkPreference final int networkPreference = getArguments().getInt(ARG_NETWORK_PREFERENCE); in onCreateDialog() local
DRotationStarter.java27 void startRotation(@NetworkPreference int networkPreference); in startRotation()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperRotationInitializer.java56 void setFirstWallpaperInRotation(Context appContext, @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperRotationInitializer.java50 @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java477 public void retryStartRotation(@NetworkPreference int networkPreference) { in retryStartRotation()
482 public void startRotation(@NetworkPreference final int networkPreference) { in startRotation()
553 private void showStartRotationErrorDialog(@NetworkPreference int networkPreference) { in showStartRotationErrorDialog()
/packages/modules/Connectivity/tests/common/java/android/net/
DOemNetworkPreferencesTest.java143 OemNetworkPreferences networkPreference = mBuilder.build(); in testConstructorByOemNetworkPreferencesSetsValue() local
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
DMainFragmentTest.java331 final Preference networkPreference = mock(Preference.class); in updateConnectivity_givenConnectivityListenerNull_thenNetworkPreferenceIsNotUpdated() local