Searched refs:connectionType (Results 1 – 5 of 5) sorted by relevance
19 private int connectionType; field in ShadowNetworkInfo67 return connectionType; in getType()106 public void setConnectionType(int connectionType){ in setConnectionType() argument107 this.connectionType = connectionType; in setConnectionType()
51 public void onConnectionTypeChanged(ConnectionType connectionType); in onConnectionTypeChanged() argument210 ConnectionType connectionType = getInstance().getCurrentConnectionType(); in isOnline() local211 return connectionType != ConnectionType.CONNECTION_UNKNOWN in isOnline()212 && connectionType != ConnectionType.CONNECTION_NONE; in isOnline()
272 private ConnectionType connectionType; field in NetworkMonitorAutoDetect295 connectionType = getCurrentConnectionType(networkState); in NetworkMonitorAutoDetect()424 if (newConnectionType == connectionType && newWifiSSID.equals(wifiSSID)) return; in connectionTypeChanged()426 connectionType = newConnectionType; in connectionTypeChanged()428 Log.d(TAG, "Network connectivity changed, type is: " + connectionType); in connectionTypeChanged()
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()
62 public void onConnectionTypeChanged(ConnectionType connectionType) { in onConnectionTypeChanged() argument