Searched refs:connectionType (Results 1 – 5 of 5) sorted by relevance
12 private int connectionType; field in ShadowNetworkInfo77 return connectionType; in getType()127 public void setConnectionType(int connectionType) { in setConnectionType() argument128 this.connectionType = connectionType; in setConnectionType()
413 ConnectionType connectionType = getConnectionType(networkState); in networkToInfo() local414 if (connectionType == ConnectionType.CONNECTION_NONE) { in networkToInfo()423 if (connectionType == ConnectionType.CONNECTION_UNKNOWN in networkToInfo()424 || connectionType == ConnectionType.CONNECTION_UNKNOWN_CELLULAR) { in networkToInfo()425 Logging.d(TAG, "Network " + network.toString() + " connection type is " + connectionType in networkToInfo()435 linkProperties.getInterfaceName(), connectionType, underlyingConnectionTypeForVpn, in networkToInfo()635 private ConnectionType connectionType; field in NetworkMonitorAutoDetect661 connectionType = getConnectionType(networkState); in NetworkMonitorAutoDetect()862 if (newConnectionType == connectionType && newWifiSSID.equals(wifiSSID)) in connectionTypeChanged()865 connectionType = newConnectionType; in connectionTypeChanged()[all …]
35 public void onConnectionTypeChanged(NetworkMonitorAutoDetect.ConnectionType connectionType); in onConnectionTypeChanged() argument281 NetworkMonitorAutoDetect.ConnectionType connectionType =283 return connectionType != NetworkMonitorAutoDetect.ConnectionType.CONNECTION_NONE;
122 private int connectionType; field in Headers155 connectionType = NO_CONN_TYPE; in Headers()318 return connectionType; in getConnectionType()461 connectionType = CONN_CLOSE; in setConnectionType()464 connectionType = CONN_KEEP_ALIVE; in setConnectionType()
63 public void onConnectionTypeChanged(ConnectionType connectionType) { in onConnectionTypeChanged() argument