Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitor.java65 private volatile NetworkChangeDetector.ConnectionType currentConnectionType; field in NetworkMonitor
71 currentConnectionType = NetworkChangeDetector.ConnectionType.CONNECTION_UNKNOWN; in NetworkMonitor()
110 currentConnectionType = networkChangeDetector.getCurrentConnectionType(); in startMonitoring()
149 notifyObserversOfConnectionTypeChange(currentConnectionType); in startMonitoring()
188 return currentConnectionType; in getCurrentConnectionType()
223 currentConnectionType = newConnectionType;