Searched refs:VPN (Results 1 – 15 of 15) sorted by relevance
38 * Log VPN connection events to develop metrics analyzing the effect of VPN usage on device46 // The VPN connection state(connected/disconnected)55 * Logs the VPN connection stats for analysis performance of VPN61 // VPN connection types defined in65 // The IP address type in the VPN connection(IPv4/IPv6/IPv4v6)68 // The IP protocol of the VPN server(IPv4/IPv6/IPv4v6)74 // Is the VPN a bypassable VPN77 // Is the VPN opt-in to do network validation85 // The MTU configuration of the VPN network88 // True if the local networks will be excluded from VPN. This[all …]
72 // Indicates upstream using a Cellular+VPN transport.74 // Indicates upstream using a Wi-Fi+VPN transport.76 // Indicates upstream using a Bluetooth+VPN transport.78 // Indicates upstream using an Ethernet+VPN transport.80 // Indicates upstream using a Wi-Fi+Cellular+VPN transport.
75 // Indicates this network uses a Cellular+VPN transport77 // Indicates this network uses a Wi-Fi+VPN transport79 // Indicates this network uses a Bluetooth+VPN transport81 // Indicates this network uses an Ethernet+VPN transport83 // Indicates this network uses a Wi-Fi+Cellular+VPN transport
306 doReturn(encodedProfile).when(mVpnProfileStore).get(Credentials.VPN + profileName); in setupVpnProfile()403 final String name = Credentials.VPN + TEST_VPN_PKG; in testGetFromVpnProfileStore()410 final String name = Credentials.VPN + TEST_VPN_PKG; in testPutIntoVpnProfileStore()420 final String name = Credentials.VPN + TEST_VPN_PKG; in testRemoveFromVpnProfileStore()427 final String name = Credentials.VPN + TEST_VPN_PKG; in testListFromVpnProfileStore()
182 // Indicates this network uses a VPN transport.188 // Indicates this network uses a Cellular+VPN transport.190 // Indicates this network uses a Wi-Fi+VPN transport.192 // Indicates this network uses a Bluetooth+VPN transport.194 // Indicates this network uses an Ethernet+VPN transport.196 // Indicates this network uses a Wi-Fi+Cellular+VPN transport.
33 // Indicates this network uses a VPN transport.
50 public static String VPN = "VPN"; field in SystemNotificationChannels140 VPN, in createAll()
89 public static final String VPN = "VPN_"; field in Credentials
84 // Indicates that this network is not a VPN. This capability is set by85 // default and should be explicitly cleared for VPN networks.
86 /** Calling module IWLAN or VPN or VCN */
92 // Notify the user that always-on VPN has disconnected.104 // Update the user about the status of the VPN
2252 // OPEN: Settings > More > VPN2255 VPN = 100; enumerator2651 // OPEN: Settings > Wireless > VPN > Config dialog2654 // OPEN: Settings > Wireless > VPN > Config dialog for app2657 // OPEN: Settings > Wireless > VPN > Cannot connect dialog2660 // OPEN: Settings > Wireless > VPN > Replace existing VPN dialog4675 // OPEN: Settings > Wireless > VPN
504 profileName, mVpnProfileStore.get(Credentials.VPN + profileName)); in updateLockdownVpn()
762 // OPEN: Settings > More > VPN765 VPN = 100; enumerator2662 // OPEN: Settings > Wireless > VPN > Config dialog2665 // OPEN: Settings > Wireless > VPN > Config dialog for app2668 // OPEN: Settings > Wireless > VPN > Cannot connect dialog2671 // OPEN: Settings > Wireless > VPN > Replace existing VPN dialog
46668 Landroid/security/Credentials;->VPN:Ljava/lang/String;