Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java375 List<BluetoothHeadsetClientCall> currentCalls = in inCallFromStreamingDevice() local
377 if (currentCalls == null) return false; in inCallFromStreamingDevice()
378 return currentCalls.size() > 0; in inCallFromStreamingDevice()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java253 List<BluetoothHeadsetClientCall> currentCalls = in setAudioRoute() local
255 if (currentCalls != null && !currentCalls.isEmpty()) { in setAudioRoute()