Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java284 TelecomSystem mTelecomSystem; field in TelecomSystemTest
327 mTelecomSystem.getCallsManager().getCallAudioManager() in tearDown()
329 mTelecomSystem.getCallsManager().getCallAudioManager() in tearDown()
331 mTelecomSystem = null; in tearDown()
379 mTelecomSystem = new TelecomSystem( in setupTelecomSystem()
414 mTelecomSystem.getTelecomServiceImpl().getBinder())); in setupTelecomSystem()
437 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA0); in setupConnectionServices()
438 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA1); in setupConnectionServices()
439 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA2); in setupConnectionServices()
440 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountB0); in setupConnectionServices()
[all …]
DMissedCallNotifierImplTest.java148 @Mock TelecomSystem mTelecomSystem; field in MissedCallNotifierImplTest
179 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()
457 TelecomSystem.setInstance(mTelecomSystem); in testLoadOneCallFromDb()
458 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()
478 TelecomSystem.setInstance(mTelecomSystem); in testLoadTwoCallsFromDb()
479 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
DBasicCallTests.java255 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingEmergencyCallback()
277 mTelecomSystem.getPhoneAccountRegistrar().setUserSelectedOutgoingPhoneAccount( in testOutgoingCallAndSelectPhoneAccount()
306 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallFromContactWithSendToVoicemailIsRejected()
348 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
393 mTelecomSystem.getTelecomServiceImpl().getBinder() in testIncomingCallFromBlockedNumberIsRejected()
862 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountVideo()
884 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountNoVideo()
DVideoCallTests.java138 CallAudioRouteStateMachine carsm = mTelecomSystem.getCallsManager() in verifyAudioRoute()
140 CallAudioModeStateMachine camsm = mTelecomSystem.getCallsManager() in verifyAudioRoute()
DVideoProviderTest.java259 mTelecomSystem.getCallsManager().onUserSwitch(new UserHandle(1000)); in testCameraChangeUserFail()