Searched refs:syncCallFocus (Results 1 – 1 of 1) sorted by relevance
321 Optional<CallFocus> syncCallFocus = currentFocusedCallQueue.poll( in getCurrentFocusCall() local323 if (syncCallFocus != null) { in getCurrentFocusCall()324 return syncCallFocus.orElse(null); in getCurrentFocusCall()