Home
last modified time | relevance | path

Searched refs:connectionType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/http/
DHeaders.java124 private int connectionType; field in Headers
157 connectionType = NO_CONN_TYPE; in Headers()
320 return connectionType; in getConnectionType()
464 connectionType = CONN_CLOSE; in setConnectionType()
467 connectionType = CONN_KEEP_ALIVE; in setConnectionType()
/frameworks/base/core/java/android/net/
DDnsPinger.java120 Handler target, int connectionType) { in DnsPinger() argument
125 mConnectionType = connectionType; in DnsPinger()
126 if (!ConnectivityManager.isNetworkTypeValid(connectionType)) { in DnsPinger()
128 + connectionType); in DnsPinger()