Searched refs:route (Results 1 – 3 of 3) sorted by relevance
144 RouteInfo route = mMediaRouter.getDefaultRoute(); in testDefaultRouteInfo() local146 assertNotNull(route.getCategory()); in testDefaultRouteInfo()147 assertNotNull(route.getName()); in testDefaultRouteInfo()148 assertNotNull(route.getName(mContext)); in testDefaultRouteInfo()149 assertTrue(route.isEnabled()); in testDefaultRouteInfo()150 assertFalse(route.isConnecting()); in testDefaultRouteInfo()151 assertEquals(RouteInfo.DEVICE_TYPE_UNKNOWN, route.getDeviceType()); in testDefaultRouteInfo()152 assertEquals(RouteInfo.PLAYBACK_TYPE_LOCAL, route.getPlaybackType()); in testDefaultRouteInfo()153 assertNull(route.getDescription()); in testDefaultRouteInfo()154 assertNull(route.getStatus()); in testDefaultRouteInfo()[all …]
1132 void assertAudioRoute(final InCallService incallService, final int route) { in assertAudioRoute() argument1137 return route; in assertAudioRoute()1147 "Phone's audio route should be: " + route in assertAudioRoute()1151 void assertNotAudioRoute(final InCallService incallService, final int route) { in assertNotAudioRoute() argument1162 return route != state.getRoute(); in assertNotAudioRoute()1166 "Phone's audio route should not be: " + route in assertNotAudioRoute()1170 void assertAudioRoute(final MockConnection connection, final int route) { in assertAudioRoute() argument1175 return route; in assertAudioRoute()1185 "Connection's audio route should be: " + route in assertAudioRoute()
212 __u8 route; member