Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A 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()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java252 import com.android.server.connectivity.ProfileNetworkPreferences;
4950 final Pair<ProfileNetworkPreferences.Preference, IOnCompleteListener> arg = in handleMessage()
4951 (Pair<ProfileNetworkPreferences.Preference, IOnCompleteListener>) in handleMessage()
5574 handleSetProfileNetworkPreference(new ProfileNetworkPreferences.Preference(user, null), in onUserRemoved()
6489 private ProfileNetworkPreferences mProfileNetworkPreferences = new ProfileNetworkPreferences();
9903 new Pair<>(new ProfileNetworkPreferences.Preference(profile, nc), listener))); in setProfileNetworkPreference()
9913 @NonNull final ProfileNetworkPreferences prefs) { in createNrisFromProfileNetworkPreferences()
9915 for (final ProfileNetworkPreferences.Preference pref : prefs.preferences) { in createNrisFromProfileNetworkPreferences()
9936 @NonNull final ProfileNetworkPreferences.Preference preference, in handleSetProfileNetworkPreference()