Home
last modified time | relevance | path

Searched defs:NetworkInformation (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/sdk/android/src/jni/
Dandroid_network_monitor.h46 struct NetworkInformation { struct
53 NetworkInformation(); argument
57 NetworkInformation& operator=(const NetworkInformation&); argument
58 NetworkInformation& operator=(NetworkInformation&&); argument
/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitorAutoDetect.java76 public static class NetworkInformation { class in NetworkMonitorAutoDetect
83 public NetworkInformation(String name, ConnectionType type, ConnectionType underlyingTypeForVpn, in NetworkInformation() method in NetworkMonitorAutoDetect.NetworkInformation