Searched refs:mBluetoothA2dpRoute (Results 1 – 2 of 2) sorted by relevance
102 RouteInfo mBluetoothA2dpRoute; field in MediaRouter.Static243 if (mBluetoothA2dpRoute == null) { in updateAudioRoutes()254 mBluetoothA2dpRoute = info; in updateAudioRoutes()255 addRouteStatic(mBluetoothA2dpRoute); in updateAudioRoutes()257 mBluetoothA2dpRoute.mName = newRoutes.bluetoothName; in updateAudioRoutes()258 dispatchRouteChanged(mBluetoothA2dpRoute); in updateAudioRoutes()260 } else if (mBluetoothA2dpRoute != null) { in updateAudioRoutes()262 RouteInfo btRoute = mBluetoothA2dpRoute; in updateAudioRoutes()263 mBluetoothA2dpRoute = null; in updateAudioRoutes()273 if (forceUseDefaultRoute || mBluetoothA2dpRoute == null) { in updateAudioRoutes()[all …]
28467 Landroid/media/MediaRouter$Static;->mBluetoothA2dpRoute:Landroid/media/MediaRouter$RouteInfo;