Home
last modified time | relevance | path

Searched refs:mTelecomSystem (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoCallTests.java171 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()
DTelecomSystemTest.java354 TelecomSystem mTelecomSystem; field in TelecomSystemTest
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()
450 mTelecomSystem = null; in tearDown()
521 mTelecomSystem = new TelecomSystem( in setupTelecomSystem()
592 mTelecomSystem.getTelecomServiceImpl().getBinder())); in setupTelecomSystem()
615 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA0); in setupConnectionServices()
616 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA1); in setupConnectionServices()
[all …]
DBasicCallTests.java188 waitForHandlerAction(mTelecomSystem.getCallsManager() in testTelecomManagerAcceptRingingCall()
247 waitForHandlerAction(mTelecomSystem.getCallsManager() in testTelecomManagerAcceptRingingVideoCallAsAudio()
279 waitForHandlerAction(mTelecomSystem.getCallsManager() in testTelecomManagerAcceptRingingInvalidVideoState()
340 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingEmergencyCallback()
364 mTelecomSystem.getPhoneAccountRegistrar().setUserSelectedOutgoingPhoneAccount( in testOutgoingCallAndSelectPhoneAccount()
370 mTelecomSystem.getCallsManager().getLatestPreAccountSelectionFuture().join(); in testOutgoingCallAndSelectPhoneAccount()
405 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallFromContactWithSendToVoicemailIsRejected()
455 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
507 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallFromBlockedNumberIsRejected()
692 waitForHandlerAction(mTelecomSystem.getCallsManager().getCallAudioManager() in testAudioManagerOperations()
[all …]
DMissedCallNotifierImplTest.java172 @Mock TelecomSystem mTelecomSystem; field in MissedCallNotifierImplTest
206 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()
566 TelecomSystem.setInstance(mTelecomSystem); in testLoadOneCallFromDb()
567 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()
588 TelecomSystem.setInstance(mTelecomSystem); in testLoadTwoCallsFromDb()
589 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
DAnalyticsTests.java384 mTelecomSystem.getCallsManager().getCallAudioManager()
388 mTelecomSystem.getCallsManager().getCallAudioManager()
394 mTelecomSystem.getCallsManager().getCallAudioManager()
398 mTelecomSystem.getCallsManager().getCallAudioManager()
DVideoProviderTest.java121 CallsManager callsManager = mTelecomSystem.getCallsManager(); in setUp()
126 mTelecomSystem.getCallsManager().waitOnHandlers(); in setUp()
276 mTelecomSystem.getCallsManager().onUserSwitch(new UserHandle(1000)); in testCameraChangeUserFail()
DMissedInformationTest.java108 mCallsManager = mTelecomSystem.getCallsManager(); in setUp()
419 (TelecomSystem.SyncRoot) mTelecomSystem.getLock(), in setUpIncomingCall()