Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DNativeNetworkConfig.aidl51 NativeVpnType vpnType = NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java554 private int convertVpnProfileConstantToTypeIndex(int vpnType) { in convertVpnProfileConstantToTypeIndex() argument
555 final int typeIndex = VPN_TYPES.indexOf(vpnType); in convertVpnProfileConstantToTypeIndex()
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder_client_ndk.cpp237 config.vpnType = NativeVpnType::PLATFORM; in makeNativeNetworkConfig()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1551 public void setVpnType(int vpnType) { in setVpnType() argument
1552 mVpnType = vpnType; in setVpnType()
3950 private NativeNetworkConfig nativeNetworkConfigVpn(int netId, boolean secure, int vpnType) {
3952 secure, vpnType, /*excludeLocalRoutes=*/ false);
12723 private void setupConnectionOwnerUid(int vpnOwnerUid, @VpnManager.VpnType int vpnType)
12726 mMockVpn.setVpnType(vpnType);
12733 private void setupConnectionOwnerUidAsVpnApp(int vpnOwnerUid, @VpnManager.VpnType int vpnType)
12735 setupConnectionOwnerUid(vpnOwnerUid, vpnType);