Searched refs:getCallsManager (Results 1 – 7 of 7) sorted by relevance
171 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testIncomingVideoCallMissedCheckVideoHistory()188 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testIncomingVideoCallRejectedCheckVideoHistory()207 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallCanceledCheckVideoHistory()225 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallRejectedCheckVideoHistory()243 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallAnsweredAsAudio()263 CallAudioRouteAdapter cara = mTelecomSystem.getCallsManager() in verifyAudioRoute()265 CallAudioModeStateMachine camsm = mTelecomSystem.getCallsManager() in verifyAudioRoute()
188 waitForHandlerAction(mTelecomSystem.getCallsManager() in testTelecomManagerAcceptRingingCall()247 waitForHandlerAction(mTelecomSystem.getCallsManager() in testTelecomManagerAcceptRingingVideoCallAsAudio()279 waitForHandlerAction(mTelecomSystem.getCallsManager() in testTelecomManagerAcceptRingingInvalidVideoState()370 mTelecomSystem.getCallsManager().getLatestPreAccountSelectionFuture().join(); in testOutgoingCallAndSelectPhoneAccount()692 waitForHandlerAction(mTelecomSystem.getCallsManager().getCallAudioManager() in testAudioManagerOperations()700 waitForHandlerAction(mTelecomSystem.getCallsManager().getCallAudioManager() in testAudioManagerOperations()709 waitForHandlerAction(mTelecomSystem.getCallsManager().getCallAudioManager() in testAudioManagerOperations()711 waitForHandlerAction(mTelecomSystem.getCallsManager().getCallAudioManager() in testAudioManagerOperations()1030 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountVideo()1054 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountNoVideo()[all …]
412 if (mTelecomSystem != null && mTelecomSystem.getCallsManager() != null) { in tearDown()413 mTelecomSystem.getCallsManager().waitOnHandlers(); in tearDown()414 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown()420 mTelecomSystem.getCallsManager().getVoipCallMonitor().stopMonitor(); in tearDown()815 mTelecomSystem.getCallsManager().getLatestPostSelectionProcessingFuture().join(); in startOutgoingPhoneCallWaitForBroadcaster()904 waitForHandlerAction(mTelecomSystem.getCallsManager() in outgoingCallCreateConnectionComplete()973 mTelecomSystem.getCallsManager().addListener(callAddedListener); in startIncomingPhoneCall()1145 waitForHandlerAction(mTelecomSystem.getCallsManager() in startAndMakeActiveIncomingCall()1225 waitForHandlerAction(mTelecomSystem.getCallsManager() in startAndMakeRingingIncomingCall()
384 mTelecomSystem.getCallsManager().getCallAudioManager()388 mTelecomSystem.getCallsManager().getCallAudioManager()394 mTelecomSystem.getCallsManager().getCallAudioManager()398 mTelecomSystem.getCallsManager().getCallAudioManager()
121 CallsManager callsManager = mTelecomSystem.getCallsManager(); in setUp()126 mTelecomSystem.getCallsManager().waitOnHandlers(); in setUp()276 mTelecomSystem.getCallsManager().onUserSwitch(new UserHandle(1000)); in testCameraChangeUserFail()
108 mCallsManager = mTelecomSystem.getCallsManager(); in setUp()
511 public CallsManager getCallsManager() { in getCallsManager() method in TelecomSystem