Searched refs:mTelecomSystem (Results 1 – 5 of 5) sorted by relevance
284 TelecomSystem mTelecomSystem; field in TelecomSystemTest327 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 …]
148 @Mock TelecomSystem mTelecomSystem; field in MissedCallNotifierImplTest179 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()
255 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()
138 CallAudioRouteStateMachine carsm = mTelecomSystem.getCallsManager() in verifyAudioRoute()140 CallAudioModeStateMachine camsm = mTelecomSystem.getCallsManager() in verifyAudioRoute()
259 mTelecomSystem.getCallsManager().onUserSwitch(new UserHandle(1000)); in testCameraChangeUserFail()