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.h57 struct NetworkInformation { struct
64 NetworkInformation(); argument
68 NetworkInformation& operator=(const NetworkInformation&); argument
69 NetworkInformation& operator=(NetworkInformation&&); argument
/external/webrtc/sdk/android/api/org/webrtc/
DNetworkChangeDetector.java47 public static class NetworkInformation { class
55 public NetworkInformation(String name, ConnectionType type, ConnectionType underlyingTypeForVpn, in NetworkInformation() method in NetworkChangeDetector.NetworkInformation