Searched refs:getConnectionServiceWrapper (Results 1 – 6 of 6) sorted by relevance
126 ConnectionServiceFocus getConnectionServiceWrapper(); in getConnectionServiceWrapper() method406 .filter(call -> mCurrentFocus.equals(call.getConnectionServiceWrapper()) in updateCurrentFocusCall()435 || mCurrentFocus.equals(focusRequest.call.getConnectionServiceWrapper())) { in handleRequestFocus()436 updateConnectionServiceFocus(focusRequest.call.getConnectionServiceWrapper()); in handleRequestFocus()460 newCSF = mCurrentFocusRequest.call.getConnectionServiceWrapper(); in handleReleasedFocus()474 updateConnectionServiceFocus(focusRequest.call.getConnectionServiceWrapper()); in handleReleasedFocusTimeout()493 if (Objects.equals(mCurrentFocus, call.getConnectionServiceWrapper())) { in handleAddedCall()513 && Objects.equals(mCurrentFocus, call.getConnectionServiceWrapper())) { in handleCallStateChanged()
1232 public ConnectionServiceFocusManager.ConnectionServiceFocus getConnectionServiceWrapper() { in getConnectionServiceWrapper() method in Call
507 .filter(c -> connectionService.equals(c.getConnectionServiceWrapper()))
136 when(mNewCall.getConnectionServiceWrapper()).thenReturn(mActiveConnectionService); in testRequestConnectionServiceSameAsFocusConnectionService()342 verify(call.getConnectionServiceWrapper(), times(isConnectionServiceFocusChanged ? 1 : 0)) in verifyRequestFocusDone()345 call.getConnectionServiceWrapper(), in verifyRequestFocusDone()365 when(call.getConnectionServiceWrapper()).thenReturn(connSvr); in createFakeCall()
593 assertNull(call.getConnectionServiceWrapper()); in testGetConnectionServiceWrapper()596 assertEquals(mMockConnectionService, call.getConnectionServiceWrapper()); in testGetConnectionServiceWrapper()599 assertNull(call.getConnectionServiceWrapper()); in testGetConnectionServiceWrapper()627 assertNull(call.getConnectionServiceWrapper()); in testCallEventCallbacksWereCalled()
463 when(mMockCall1.getConnectionServiceWrapper()).thenReturn( in setupHoldableCall()