Home
last modified time | relevance | path

Searched refs:ProfileNetworkPreferences (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DProfileNetworkPreferences.java33 public class ProfileNetworkPreferences { class
56 public ProfileNetworkPreferences() { in ProfileNetworkPreferences() method in ProfileNetworkPreferences
60 private ProfileNetworkPreferences(@NonNull final List<Preference> list) { in ProfileNetworkPreferences() method in ProfileNetworkPreferences
71 public ProfileNetworkPreferences plus(@NonNull final Preference pref) { in plus()
81 return new ProfileNetworkPreferences(newPrefs); in plus()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java252 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()