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()
56 void setFirstWallpaperInRotation(Context appContext, @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
50 @NetworkPreference int networkPreference, in setFirstWallpaperInRotation()
477 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()
143 OemNetworkPreferences networkPreference = mBuilder.build(); in testConstructorByOemNetworkPreferencesSetsValue() local
331 final Preference networkPreference = mock(Preference.class); in updateConnectivity_givenConnectivityListenerNull_thenNetworkPreferenceIsNotUpdated() local