Searched refs:RouteInfo (Results 1 – 10 of 10) sorted by relevance
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMediaRouterTest.java | 13 import android.media.MediaRouter.RouteInfo; 44 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testAddBluetoothRoute_bluetoothRouteSelected() 51 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testAddBluetoothRoute_checkBluetoothRouteProperties() 59 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testAddBluetoothRoute_checkBluetoothRouteProperties_apiJbMr2() 67 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testAddBluetoothRoute_checkBluetoothRouteProperties_apiN() 68 assertThat(bluetoothRoute.getDeviceType()).isEqualTo(RouteInfo.DEVICE_TYPE_BLUETOOTH); in testAddBluetoothRoute_checkBluetoothRouteProperties_apiN() 76 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testSelectBluetoothRoute_getsSetAsSelectedRoute() 96 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testRemoveBluetoothRoute_whenDefaultSelected_defaultRouteAvailableAndSelected() 123 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testIsBluetoothRouteSelected_bluetoothRouteSelectedForDifferentType_returnsFalse() 135 RouteInfo bluetoothRoute = mediaRouter.getRouteAt(1); in testIsBluetoothRouteSelected_bluetoothRouteSelected_returnsTrue() [all …]
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | BasicRouteDirector.java | 69 public int nextStep(RouteInfo plan, RouteInfo fact) { in nextStep() 96 protected int firstStep(RouteInfo plan) { in firstStep() 112 protected int directStep(RouteInfo plan, RouteInfo fact) { in directStep() 147 protected int proxiedStep(RouteInfo plan, RouteInfo fact) { in proxiedStep()
|
D | HttpRouteDirector.java | 89 public int nextStep(RouteInfo plan, RouteInfo fact) in nextStep()
|
D | RouteInfo.java | 55 public interface RouteInfo { interface
|
D | RouteTracker.java | 55 public final class RouteTracker implements RouteInfo, Cloneable {
|
D | HttpRoute.java | 56 public final class HttpRoute implements RouteInfo, Cloneable {
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaRouter.java | 8 import android.media.MediaRouter.RouteInfo; 39 ClassParameter.from(RouteInfo.class, getBluetoothA2dpRoute())); in addBluetoothRoute() 57 private static RouteInfo getBluetoothA2dpRoute() { in getBluetoothA2dpRoute()
|
/external/apache-http/ |
D | art-profile | 173 …Director;->directStep(Lorg/apache/http/conn/routing/RouteInfo;Lorg/apache/http/conn/routing/RouteI… 174 …teDirector;->nextStep(Lorg/apache/http/conn/routing/RouteInfo;Lorg/apache/http/conn/routing/RouteI… 175 …/http/HttpHost;ZLorg/apache/http/conn/routing/RouteInfo$TunnelType;Lorg/apache/http/conn/routing/R… 178 …/http/HttpHost;ZLorg/apache/http/conn/routing/RouteInfo$TunnelType;Lorg/apache/http/conn/routing/R… 187 …teDirector;->nextStep(Lorg/apache/http/conn/routing/RouteInfo;Lorg/apache/http/conn/routing/RouteI… 189 HPLorg/apache/http/conn/routing/RouteInfo$LayerType;-><init>(Ljava/lang/String;I)V 190 HPLorg/apache/http/conn/routing/RouteInfo$TunnelType;-><init>(Ljava/lang/String;I)V 880 HSPLorg/apache/http/conn/routing/RouteInfo;->getHopCount()I 881 HSPLorg/apache/http/conn/routing/RouteInfo;->getHopTarget(I)Lorg/apache/http/HttpHost; 882 HSPLorg/apache/http/conn/routing/RouteInfo;->getLayerType()Lorg/apache/http/conn/routing/RouteInfo$… [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 41 import android.net.RouteInfo; 302 if (data instanceof RouteInfo) { in build() 303 return buildRouteInfo((RouteInfo) data); in build() 1179 private static JSONObject buildRouteInfo(RouteInfo data) throws JSONException { in buildRouteInfo()
|
/external/apache-http/api/ |
D | current.txt | 1812 …otected int directStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.conn.routing.RouteI… 1813 method @Deprecated protected int firstStep(org.apache.http.conn.routing.RouteInfo); 1814 …ed public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.conn.routing.RouteI… 1815 …tected int proxiedStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.conn.routing.RouteI… 1818 …ublic final class HttpRoute implements java.lang.Cloneable org.apache.http.conn.routing.RouteInfo { 1819 …Host[], boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.R… 1820 …tpHost, boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.R… 1827 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType(); 1831 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType(); 1838 …ed public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.conn.routing.RouteI… [all …]
|