Searched refs:mBluetoothCallQueue (Results 1 – 1 of 1) sorted by relevance
136 private final Queue<Integer> mBluetoothCallQueue = new ArrayDeque<>(); field in BluetoothInCallService672 mBluetoothCallQueue.add(call.getId()); in onCallRemoved()676 if (mBluetoothCallQueue.size() > 2) { in onCallRemoved()677 Integer callId = mBluetoothCallQueue.peek(); in onCallRemoved()678 mBluetoothCallQueue.remove(); in onCallRemoved()686 mBluetoothCallQueue.clear(); in onCallRemoved()764 mBluetoothCallQueue.clear(); in clear()