Searched refs:nonWatchDeviceRoute (Results 1 – 1 of 1) sorted by relevance
1191 AudioRoute nonWatchDeviceRoute = null; in getActiveWatchOrNonWatchDeviceRoute() local1208 if (!mBluetoothRouteManager.isWatch(device) && nonWatchDeviceRoute == null) { in getActiveWatchOrNonWatchDeviceRoute()1209 nonWatchDeviceRoute = route; in getActiveWatchOrNonWatchDeviceRoute()1214 Log.i(this, "Routing to a non-watch device - %s", nonWatchDeviceRoute); in getActiveWatchOrNonWatchDeviceRoute()1215 return nonWatchDeviceRoute; in getActiveWatchOrNonWatchDeviceRoute()