Searched refs:getConnectionServiceWrapper (Results 1 – 4 of 4) sorted by relevance
113 ConnectionServiceFocus getConnectionServiceWrapper(); in getConnectionServiceWrapper() method370 .filter(call -> mCurrentFocus.equals(call.getConnectionServiceWrapper()) in updateCurrentFocusCall()396 || mCurrentFocus.equals(focusRequest.call.getConnectionServiceWrapper())) { in handleRequestFocus()397 updateConnectionServiceFocus(focusRequest.call.getConnectionServiceWrapper()); in handleRequestFocus()421 newCSF = mCurrentFocusRequest.call.getConnectionServiceWrapper(); in handleReleasedFocus()435 updateConnectionServiceFocus(focusRequest.call.getConnectionServiceWrapper()); in handleReleasedFocusTimeout()454 if (Objects.equals(mCurrentFocus, call.getConnectionServiceWrapper())) { in handleAddedCall()474 && Objects.equals(mCurrentFocus, call.getConnectionServiceWrapper())) { in handleCallStateChanged()
928 public ConnectionServiceFocusManager.ConnectionServiceFocus getConnectionServiceWrapper() { in getConnectionServiceWrapper() method in Call
374 .filter(c -> c.getConnectionServiceWrapper().equals(connectionService))
135 when(mNewCall.getConnectionServiceWrapper()).thenReturn(mActiveConnectionService); in testRequestConnectionServiceSameAsFocusConnectionService()341 verify(call.getConnectionServiceWrapper(), times(isConnectionServiceFocusChanged ? 1 : 0)) in verifyRequestFocusDone()344 call.getConnectionServiceWrapper(), in verifyRequestFocusDone()364 when(call.getConnectionServiceWrapper()).thenReturn(connSvr); in createFakeCall()