Searched refs:vpnType (Results 1 – 15 of 15) sorted by relevance
51 NativeVpnType vpnType = NativeVpnType.PLATFORM;
42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
554 private int convertVpnProfileConstantToTypeIndex(int vpnType) { in convertVpnProfileConstantToTypeIndex() argument555 final int typeIndex = VPN_TYPES.indexOf(vpnType); in convertVpnProfileConstantToTypeIndex()
237 config.vpnType = NativeVpnType::PLATFORM; in makeNativeNetworkConfig()
1551 public void setVpnType(int vpnType) { in setVpnType() argument1552 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);