HomeSort by relevance Sort by last modified time
    Searched refs:VPN (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chromeos/network/
network_type_pattern.h 34 static NetworkTypePattern VPN();
network_type_pattern.cc 92 NetworkTypePattern NetworkTypePattern::VPN() {
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 46 // Do not show VPN line in uber tray bubble if VPN is not configured.
49 const NetworkState* vpn = local
50 handler->FirstNetworkByType(NetworkTypePattern::VPN());
51 return vpn != NULL;
80 const NetworkState* vpn = local
81 handler->FirstNetworkByType(NetworkTypePattern::VPN());
82 if (!vpn || (vpn->connection_state() == shill::kStateIdle)) {
92 *animating = vpn->IsConnectingState()
    [all...]
network_state_list_detailed_view.cc 546 handler->FormattedHardwareAddressForType(NetworkTypePattern::VPN());
610 return list_type_ == LIST_TYPE_VPN ? NetworkTypePattern::VPN()
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 131 } else if (type == 'VPN') {
495 updateHidden('#details-internet-page .vpn-details', this.type_ != 'VPN');
509 // Hide network tab for VPN.
511 this.type_ == 'VPN');
678 (this.type_ == 'WiMAX' || this.type_ == 'VPN'))) {
748 else if (type == 'VPN')
    [all...]
network_list.js 45 'VPN',
405 * on the type of connection (e.g. wifi versus vpn).
514 } else if (this.data_.key == 'VPN') {
517 command: createAddConnectionCallback_('VPN'),
545 // For VPN only, append a 'Disconnect' item to the dropdown menu.
546 if (!connectedVpnServicePath && data.Type == 'VPN' &&
841 command: createAddConnectionCallback_('VPN')
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 74 private static final String EXTRA_PICK_LOCKDOWN = "android.net.vpn.PICK_LOCKDOWN";
123 inflater.inflate(R.menu.vpn, menu);
130 // Hide lockdown VPN on devices that require IMS authentication
269 mKeyStore.put(Credentials.VPN + profile.key, profile.encode(), KeyStore.UID_SELF,
338 mKeyStore.delete(Credentials.VPN + mSelectedKey);
486 * Dialog to configure always-on VPN.
578 final String[] keys = keyStore.saw(Credentials.VPN);
582 key, keyStore.get(Credentials.VPN + key));
  /external/qemu/target-mips/
helper.c 71 target_ulong VPN;
80 VPN = tlb->VPN & ~mask;
87 if ((tlb->G == 1 || tlb->ASID == ASID) && VPN == tag) {
828 addr = tlb->VPN & ~mask;
841 addr = (tlb->VPN & ~mask) | ((mask >> 1) + 1);
op_helper.c     [all...]
machine.c 71 qemu_put_betls(f, &env->tlb->mmu.r4k.tlb[i].VPN);
215 qemu_get_betls(f, &env->tlb->mmu.r4k.tlb[i].VPN);
cpu.h 32 target_ulong VPN;
  /frameworks/base/keystore/java/android/security/
Credentials.java 64 /** Key prefix for VPN. */
65 public static final String VPN = "VPN_";
70 /** Key containing suffix of lockdown VPN profile. */
  /external/chromium_org/ui/chromeos/network/
network_list.cc 218 if (pattern.Equals(NetworkTypePattern::VPN()))
network_icon.cc 82 // Updates the VPN badge. Returns true if changed.
94 // Defines color theme and VPN badging
106 // Cached vpn badge for the network when the icon was last generated.
512 } else if (network->Matches(NetworkTypePattern::VPN())) {
658 const NetworkState* vpn = NetworkHandler::Get()->network_state_handler()-> local
659 ConnectedNetworkByType(NetworkTypePattern::VPN());
660 if (vpn && vpn_badge_ == NULL) {
663 } else if (!vpn && vpn_badge_ != NULL) {
889 state_handler->ConnectingNetworkByType(NetworkTypePattern::VPN());
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 211 ExpandField(vpn::kUsername, substitution, onc_object);
666 return NetworkTypePattern::VPN();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 117 import com.android.server.connectivity.Vpn;
203 private final SparseArray<Vpn> mVpns = new SparseArray<Vpn>();
839 Vpn vpn = mVpns.get(user); local
1108 Vpn vpn = mVpns.get(userId); local
    [all...]

Completed in 3660 milliseconds