Searched refs:currentCalls (Results 1 – 2 of 2) sorted by relevance
375 List<BluetoothHeadsetClientCall> currentCalls = in inCallFromStreamingDevice() local377 if (currentCalls == null) return false; in inCallFromStreamingDevice()378 return currentCalls.size() > 0; in inCallFromStreamingDevice()
253 List<BluetoothHeadsetClientCall> currentCalls = in setAudioRoute() local255 if (currentCalls != null && !currentCalls.isEmpty()) { in setAudioRoute()