Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java309 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingEmergencyCallback()
333 mTelecomSystem.getPhoneAccountRegistrar().setUserSelectedOutgoingPhoneAccount( in testOutgoingCallAndSelectPhoneAccount()
339 mTelecomSystem.getCallsManager().getLatestPreAccountSelectionFuture().join(); in testOutgoingCallAndSelectPhoneAccount()
374 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallFromContactWithSendToVoicemailIsRejected()
424 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
475 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallFromBlockedNumberIsRejected()
615 waitForHandlerAction(mTelecomSystem.getCallsManager().getCallAudioManager() in testAudioManagerOperations()
620 waitForHandlerAction(mTelecomSystem.getCallsManager().getCallAudioManager() in testAudioManagerOperations()
948 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountVideo()
971 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountNoVideo()
[all …]
DVideoCallTests.java169 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testIncomingVideoCallMissedCheckVideoHistory()
186 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testIncomingVideoCallRejectedCheckVideoHistory()
205 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallCanceledCheckVideoHistory()
223 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallRejectedCheckVideoHistory()
241 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallAnsweredAsAudio()
261 CallAudioRouteStateMachine carsm = mTelecomSystem.getCallsManager() in verifyAudioRoute()
263 CallAudioModeStateMachine camsm = mTelecomSystem.getCallsManager() in verifyAudioRoute()
DTelecomSystemTest.java324 TelecomSystem mTelecomSystem; field in TelecomSystemTest
379 mTelecomSystem.getCallsManager().waitOnHandlers(); in tearDown()
380 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown()
409 mTelecomSystem = null; in tearDown()
476 mTelecomSystem = new TelecomSystem( in setupTelecomSystem()
542 mTelecomSystem.getTelecomServiceImpl().getBinder())); in setupTelecomSystem()
565 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA0); in setupConnectionServices()
566 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA1); in setupConnectionServices()
567 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA2); in setupConnectionServices()
568 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountSelfManaged); in setupConnectionServices()
[all …]
DMissedCallNotifierImplTest.java156 @Mock TelecomSystem mTelecomSystem; field in MissedCallNotifierImplTest
189 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()
478 TelecomSystem.setInstance(mTelecomSystem); in testLoadOneCallFromDb()
479 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()
500 TelecomSystem.setInstance(mTelecomSystem); in testLoadTwoCallsFromDb()
501 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
DAnalyticsTests.java370 mTelecomSystem.getCallsManager().getCallAudioManager()
374 mTelecomSystem.getCallsManager().getCallAudioManager()
380 mTelecomSystem.getCallsManager().getCallAudioManager()
384 mTelecomSystem.getCallsManager().getCallAudioManager()
DVideoProviderTest.java124 CallsManager callsManager = mTelecomSystem.getCallsManager(); in setUp()
129 mTelecomSystem.getCallsManager().waitOnHandlers(); in setUp()
279 mTelecomSystem.getCallsManager().onUserSwitch(new UserHandle(1000)); in testCameraChangeUserFail()