Searched refs:getVpnType (Results 1 – 1 of 1) sorted by relevance
3942 if (getVpnType(nai) == VpnManager.TYPE_VPN_NONE) { in createNativeNetwork()3949 getVpnType(nai)); in createNativeNetwork()5449 && getVpnType(nai) == VpnManager.TYPE_VPN_LEGACY in isLegacyLockdownNai()8972 private int getVpnType(@Nullable NetworkAgentInfo vpn) { in getVpnType() method in ConnectivityService9000 if (vpn == null || getVpnType(vpn) != VpnManager.TYPE_VPN_SERVICE in getConnectionOwnerUid()