Searched refs:getConnectionServiceWrapper (Results 1 – 5 of 5) sorted by relevance
117 ConnectionServiceFocus getConnectionServiceWrapper(); in getConnectionServiceWrapper() method382 .filter(call -> mCurrentFocus.equals(call.getConnectionServiceWrapper()) in updateCurrentFocusCall()411 || mCurrentFocus.equals(focusRequest.call.getConnectionServiceWrapper())) { in handleRequestFocus()412 updateConnectionServiceFocus(focusRequest.call.getConnectionServiceWrapper()); in handleRequestFocus()436 newCSF = mCurrentFocusRequest.call.getConnectionServiceWrapper(); in handleReleasedFocus()450 updateConnectionServiceFocus(focusRequest.call.getConnectionServiceWrapper()); in handleReleasedFocusTimeout()469 if (Objects.equals(mCurrentFocus, call.getConnectionServiceWrapper())) { in handleAddedCall()489 && Objects.equals(mCurrentFocus, call.getConnectionServiceWrapper())) { in handleCallStateChanged()
1120 public ConnectionServiceFocusManager.ConnectionServiceFocus getConnectionServiceWrapper() { in getConnectionServiceWrapper() method in Call
474 .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()
369 assertNull(call.getConnectionServiceWrapper()); in testGetConnectionServiceWrapper()372 assertEquals(mMockConnectionService, call.getConnectionServiceWrapper()); in testGetConnectionServiceWrapper()375 assertNull(call.getConnectionServiceWrapper()); in testGetConnectionServiceWrapper()402 assertNull(call.getConnectionServiceWrapper()); in testCallEventCallbacksWereCalled()