Searched refs:ProfileNetworkPreferences (Results 1 – 2 of 2) sorted by relevance
33 public class ProfileNetworkPreferences { class56 public ProfileNetworkPreferences() { in ProfileNetworkPreferences() method in ProfileNetworkPreferences60 private ProfileNetworkPreferences(@NonNull final List<Preference> list) { in ProfileNetworkPreferences() method in ProfileNetworkPreferences71 public ProfileNetworkPreferences plus(@NonNull final Preference pref) { in plus()81 return new ProfileNetworkPreferences(newPrefs); in plus()
252 import com.android.server.connectivity.ProfileNetworkPreferences;4929 final Pair<ProfileNetworkPreferences.Preference, IOnCompleteListener> arg = in handleMessage()4930 (Pair<ProfileNetworkPreferences.Preference, IOnCompleteListener>) in handleMessage()5553 handleSetProfileNetworkPreference(new ProfileNetworkPreferences.Preference(user, null), in onUserRemoved()6468 private ProfileNetworkPreferences mProfileNetworkPreferences = new ProfileNetworkPreferences();9882 new Pair<>(new ProfileNetworkPreferences.Preference(profile, nc), listener))); in setProfileNetworkPreference()9892 @NonNull final ProfileNetworkPreferences prefs) { in createNrisFromProfileNetworkPreferences()9894 for (final ProfileNetworkPreferences.Preference pref : prefs.preferences) { in createNrisFromProfileNetworkPreferences()9915 @NonNull final ProfileNetworkPreferences.Preference preference, in handleSetProfileNetworkPreference()