Home
last modified time | relevance | path

Searched refs:NET_CAPABILITY_SUPL (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DConnectivityManagerTest.java27 import static android.net.NetworkCapabilities.NET_CAPABILITY_SUPL;
171 NET_CAPABILITY_SUPL, in testNetworkCapabilitiesForTypeMobileSupl()
/frameworks/base/core/java/android/net/
DNetworkCapabilities.java148 NET_CAPABILITY_SUPL,
186 public static final int NET_CAPABILITY_SUPL = 1; field in NetworkCapabilities
417 (1 << NET_CAPABILITY_SUPL) |
1892 case NET_CAPABILITY_SUPL: return "SUPL"; in capabilityNameOf()
DConnectivityManager.java1555 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)) { in legacyTypeForNetworkCapabilities()
1693 sLegacyTypeToCapability.put(TYPE_MOBILE_SUPL, NetworkCapabilities.NET_CAPABILITY_SUPL); in sLegacyTypeToCapability.put() argument
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto55 NET_CAPABILITY_SUPL = 1; enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactory.java137 nc.addCapability(NetworkCapabilities.NET_CAPABILITY_SUPL); in makeNetworkFilter()
DApnContext.java564 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)) { in getApnTypeFromNetworkRequest()
DDataConnection.java1358 result.addCapability(NetworkCapabilities.NET_CAPABILITY_SUPL); in getNetworkCapabilities()
1375 result.addCapability(NetworkCapabilities.NET_CAPABILITY_SUPL); in getNetworkCapabilities()
/frameworks/base/services/core/java/com/android/server/location/
DGnssNetworkConnectivityHandler.java482 return NetworkCapabilities.NET_CAPABILITY_SUPL;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java610 .hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)); in testNetworkCapability()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSwitcher.java395 netCap.addCapability(NetworkCapabilities.NET_CAPABILITY_SUPL); in PhoneSwitcher()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java63 import static android.net.NetworkCapabilities.NET_CAPABILITY_SUPL;
1435 mCellNetworkAgent.addCapability(NET_CAPABILITY_SUPL); in testNetworkFeature()
1444 legacyCaps.addCapability(NET_CAPABILITY_SUPL); in testNetworkFeature()
2431 tryNetworkFactoryRequests(NET_CAPABILITY_SUPL); in testNetworkFactoryRequests()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17128 field public static final int NET_CAPABILITY_SUPL = 1; // 0x1
/frameworks/base/non-updatable-api/
Dcurrent.txt29047 field public static final int NET_CAPABILITY_SUPL = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt29177 field public static final int NET_CAPABILITY_SUPL = 1; // 0x1
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt44383 Landroid/net/NetworkCapabilitiesProto;->NET_CAPABILITY_SUPL:I