Home
last modified time | relevance | path

Searched refs:nonWatchDeviceRoute (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java1191 AudioRoute nonWatchDeviceRoute = null; in getActiveWatchOrNonWatchDeviceRoute() local
1208 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()