Searched defs:NetworkState (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/
H A Dstream.h17 enum NetworkState { enum in namespace:webrtc
33 virtual void SignalNetworkState(NetworkState state) = 0;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DNetworkMonitorAutoDetect.java69 static class NetworkState { class in class:NetworkMonitorAutoDetect
78 public NetworkState(boolean connected, int type, int subtype) { method in class:NetworkMonitorAutoDetect.NetworkState
120 NetworkState getNetworkState() {
122 return new NetworkState(false, -1, -1);
132 NetworkState getNetworkState(Network network) {
134 return new NetworkState(false, -1, -1);
142 NetworkState getNetworkState(NetworkInfo networkInfo) {
144 return new NetworkState(false, -1, -1);
146 return new NetworkState(true, networkInfo.getType(), networkInfo.getSubtype());
294 final NetworkState networkStat
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 149 milliseconds