Home
last modified time | relevance | path

Searched refs:PROFILE_NETWORK_PREFERENCE_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DProfileNetworkPreference.java20 import static android.net.ConnectivityManager.PROFILE_NETWORK_PREFERENCE_DEFAULT;
154 PROFILE_NETWORK_PREFERENCE_DEFAULT;
241 if (((mPreference != PROFILE_NETWORK_PREFERENCE_DEFAULT) in build()
243 || ((mPreference == PROFILE_NETWORK_PREFERENCE_DEFAULT) in build()
DConnectivityManager.java1388 public static final int PROFILE_NETWORK_PREFERENCE_DEFAULT = 0; field in ConnectivityManager
1437 PROFILE_NETWORK_PREFERENCE_DEFAULT,
6073 if (preference != PROFILE_NETWORK_PREFERENCE_DEFAULT) { in setProfileNetworkPreference()
/packages/modules/Connectivity/framework/api/
Dmodule-lib-current.txt73 field public static final int PROFILE_NETWORK_PREFERENCE_DEFAULT = 0; // 0x0
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java79 import static android.net.ConnectivityManager.PROFILE_NETWORK_PREFERENCE_DEFAULT;
16541 profileNetworkPreferenceBuilder2.setPreference(PROFILE_NETWORK_PREFERENCE_DEFAULT);
16674 profileNetworkPreferenceBuilder.setPreference(PROFILE_NETWORK_PREFERENCE_DEFAULT);
16901 profileNetworkPreferenceBuilder.setPreference(PROFILE_NETWORK_PREFERENCE_DEFAULT);
16958 mCm.setProfileNetworkPreference(testHandle, PROFILE_NETWORK_PREFERENCE_DEFAULT,
17026 mCm.setProfileNetworkPreference(testHandle2, PROFILE_NETWORK_PREFERENCE_DEFAULT,
18285 mCm.setProfileNetworkPreference(testHandle, PROFILE_NETWORK_PREFERENCE_DEFAULT,
18390 mCm.setProfileNetworkPreference(testHandle, PROFILE_NETWORK_PREFERENCE_DEFAULT,
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java13127 .setPreference(ConnectivityManager.PROFILE_NETWORK_PREFERENCE_DEFAULT)
13152 case ConnectivityManager.PROFILE_NETWORK_PREFERENCE_DEFAULT: