Home
last modified time | relevance | path

Searched refs:getConnectionServiceFocusManager (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCreateConnectionProcessorTest.java98 when(mMockCall.getConnectionServiceFocusManager()).thenReturn( in setUp()
236 when(mMockCall.getConnectionServiceFocusManager()).thenReturn( in testConnectionManagerFailedFallToSim()
276 when(mMockCall.getConnectionServiceFocusManager()).thenReturn( in testConnectionManagerFailedDoNotFallToSim()
578 when(mMockCall.getConnectionServiceFocusManager()).thenReturn( in testEmergencyCallSimFailToConnectionManager()
H A DTelecomSystemTest.java843 .getConnectionServiceFocusManager().getHandler(), TEST_TIMEOUT); in outgoingCallCreateConnectionComplete()
1062 .getConnectionServiceFocusManager().getHandler(), TEST_TIMEOUT); in startAndMakeActiveIncomingCall()
1142 .getConnectionServiceFocusManager().getHandler(), TEST_TIMEOUT); in startAndMakeRingingIncomingCall()
H A DBasicCallTests.java177 .getConnectionServiceFocusManager().getHandler(), TEST_TIMEOUT); in testTelecomManagerAcceptRingingCall()
236 .getConnectionServiceFocusManager().getHandler(), TEST_TIMEOUT); in testTelecomManagerAcceptRingingVideoCallAsAudio()
268 .getConnectionServiceFocusManager().getHandler(), TEST_TIMEOUT); in testTelecomManagerAcceptRingingInvalidVideoState()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java258 mCall.getConnectionServiceFocusManager().requestFocus( in attemptNextPhoneAccount()
H A DCall.java3895 public ConnectionServiceFocusManager getConnectionServiceFocusManager() { in getConnectionServiceFocusManager() method in Call
3896 return mCallsManager.getConnectionServiceFocusManager(); in getConnectionServiceFocusManager()
H A DCallsManager.java5331 public ConnectionServiceFocusManager getConnectionServiceFocusManager() {