HomeSort by relevance Sort by last modified time
    Searched defs:connectionType (Results 1 - 25 of 26) sorted by null

1 2

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 19 private int connectionType;
67 return connectionType;
104 * @param connectionType the value that {@link #getType()} will return.
106 public void setConnectionType(int connectionType){
107 this.connectionType = connectionType;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitor.java 30 import static org.webrtc.NetworkMonitorAutoDetect.ConnectionType;
51 public void onConnectionTypeChanged(ConnectionType connectionType);
67 private ConnectionType currentConnectionType = ConnectionType.CONNECTION_UNKNOWN;
132 private ConnectionType getCurrentConnectionType() {
156 public void onConnectionTypeChanged(ConnectionType newConnectionType) {
167 private void updateCurrentConnectionType(ConnectionType newConnectionType) {
175 private void notifyObserversOfConnectionTypeChange(ConnectionType newConnectionType) {
210 ConnectionType connectionType = getInstance().getCurrentConnectionType()
    [all...]
NetworkMonitorAutoDetect.java 58 public static enum ConnectionType {
272 private ConnectionType connectionType;
282 public void onConnectionTypeChanged(ConnectionType newConnectionType);
295 connectionType = getCurrentConnectionType(networkState);
364 public ConnectionType getCurrentConnectionType(NetworkState networkState) {
366 return ConnectionType.CONNECTION_NONE;
371 return ConnectionType.CONNECTION_ETHERNET;
373 return ConnectionType.CONNECTION_WIFI;
375 return ConnectionType.CONNECTION_4G
    [all...]
  /external/apache-http/android/src/android/net/http/
Headers.java 122 private int connectionType;
155 connectionType = NO_CONN_TYPE;
318 return connectionType;
461 connectionType = CONN_CLOSE;
464 connectionType = CONN_KEEP_ALIVE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthdef.h 452 UCHAR connectionType;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 

Completed in 88 milliseconds

1 2