Searched refs:sStatic (Results 1 – 1 of 1) sorted by relevance
126 sStatic.mDefaultAudio.mNameResId = name; in updateRoutes()127 dispatchRouteChanged(sStatic.mDefaultAudio); in updateRoutes()132 if (sStatic.mBluetoothA2dpRoute == null) { in updateRoutes()133 final RouteInfo info = new RouteInfo(sStatic.mSystemCategory); in updateRoutes()136 sStatic.mBluetoothA2dpRoute = info; in updateRoutes()137 addRoute(sStatic.mBluetoothA2dpRoute); in updateRoutes()146 sStatic.mBluetoothA2dpRoute.mName = mCurRoutesInfo.mBluetoothName; in updateRoutes()147 dispatchRouteChanged(sStatic.mBluetoothA2dpRoute); in updateRoutes()149 } else if (sStatic.mBluetoothA2dpRoute != null) { in updateRoutes()150 removeRoute(sStatic.mBluetoothA2dpRoute); in updateRoutes()[all …]