/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 276 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent() local 277 if (imsPhone == null) { in handleSuppServiceFailedIntent() 281 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent() 306 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local 307 if (imsPhone == null) { in handleTestConferenceEventPackage() 311 ImsPhoneCallTracker tracker = (ImsPhoneCallTracker) imsPhone.getCallTracker(); in handleTestConferenceEventPackage() 331 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() 351 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local 352 if (imsPhone == null) { in handleTestDialogEventPackageIntent() 355 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in handleTestDialogEventPackageIntent() [all …]
|
D | TelephonyComponentFactory.java | 405 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { 406 return makeImsPhoneCallTracker(imsPhone, new FeatureFlagsImpl()); 416 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone, 418 return new ImsPhoneCallTracker(imsPhone, ImsManager::getConnector, featureFlags); 421 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) { 423 return new ImsExternalCallTracker(imsPhone, imsPhone.getContext().getMainExecutor()); 429 public ImsNrSaModeHandler makeImsNrSaModeHandler(ImsPhone imsPhone) { 431 return new ImsNrSaModeHandler(imsPhone, imsPhone.getLooper());
|
D | GsmCdmaPhone.java | 1005 Phone imsPhone = mImsPhone; in acceptCall() local 1006 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) { in acceptCall() 1007 imsPhone.acceptCall(videoState); in acceptCall() 1134 Phone imsPhone = mImsPhone; in getRingingCall() 1142 if ( imsPhone != null && imsPhone.getRingingCall().isRinging()) { in getRingingCall() 1143 return imsPhone.getRingingCall(); in getRingingCall() 1355 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local 1356 if (imsPhone != null in handleInCallMmiCommands() 1357 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in handleInCallMmiCommands() 1358 return imsPhone.handleInCallMmiCommands(dialString); in handleInCallMmiCommands() [all …]
|
D | SimultaneousCallingTracker.java | 324 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in registerForImsRegistrationChanges() local 325 if (imsPhone != null) { in registerForImsRegistrationChanges() 328 imsPhone.registerForImsRegistrationChanges(mHandler, in registerForImsRegistrationChanges() 346 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in unregisterForImsRegistrationChanges() local 347 if (imsPhone != null) { in unregisterForImsRegistrationChanges() 348 imsPhone.unregisterForImsRegistrationChanges(mHandler); in unregisterForImsRegistrationChanges()
|
D | Phone.java | 939 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local 943 if (imsPhone != null) { in handleSrvccStateChanged() 944 imsPhone.notifySrvccState(state); in handleSrvccStateChanged() 949 if (imsPhone != null) { in handleSrvccStateChanged() 950 conn = imsPhone.getHandoverConnection(); in handleSrvccStateChanged() 951 migrateFrom(imsPhone); in handleSrvccStateChanged() 3993 public void setImsPhone(ImsPhone imsPhone) { in setImsPhone() argument 3994 mImsPhone = imsPhone; in setImsPhone() 4198 Phone imsPhone = mImsPhone; in isImsRegistered() local 4200 if (imsPhone != null) { in isImsRegistered() [all …]
|
D | CallManager.java | 390 Phone imsPhone = phone.getImsPhone(); in unregisterPhone() local 391 if (imsPhone != null) { in unregisterPhone() 392 unregisterPhone(imsPhone); in unregisterPhone() 798 Phone imsPhone = phone.getImsPhone(); in dial() local 800 && (imsPhone == null || imsPhone != activePhone)) { in dial()
|
D | GsmCdmaCallTracker.java | 822 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local 823 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){ in updatePhoneState() 824 imsPhone.callEndCleanupHandOverCallIfAny(); in updatePhoneState() 1222 Phone imsPhone = mPhone.getImsPhone(); in handlePollCalls() local 1223 if (imsPhone != null) { in handlePollCalls() 1224 imsPhone.callEndCleanupHandOverCallIfAny(); in handlePollCalls()
|
D | ServiceStateTracker.java | 1702 ImsPhone imsPhone = (ImsPhone) mPhone.getImsPhone(); in handleMessage() local 1703 if (imsPhone != null) { in handleMessage() 1704 imsPhone.getImsStats().onServiceStateChanged(mSS); in handleMessage() 3784 ImsPhone imsPhone = (ImsPhone) mPhone.getImsPhone(); in pollStateDone() local 3785 if (imsPhone != null) { in pollStateDone() 3786 imsPhone.getImsStats().onServiceStateChanged(mSS); in pollStateDone() 5920 ImsPhone imsPhone = (ImsPhone) mPhone.getImsPhone(); in getImsRegistrationTech() local 5921 if (imsPhone != null) { in getImsRegistrationTech() 5922 return imsPhone.getImsRegistrationTech(); in getImsRegistrationTech()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ServiceStateStats.java | 359 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getVoiceRat() local 360 if (bearer != VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_CS && imsPhone != null) { in getVoiceRat() 361 @NetworkType int imsVoiceRat = imsPhone.getImsStats().getImsVoiceRadioTech(); in getVoiceRat()
|
D | VoiceCallSessionStats.java | 784 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getVoiceRatWithVoNRFix() local 785 if (bearer != VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_CS && imsPhone != null) { in getVoiceRatWithVoNRFix() 786 @NetworkType int imsVoiceRat = imsPhone.getImsStats().getImsVoiceRadioTech(); in getVoiceRatWithVoNRFix()
|
D | MetricsCollector.java | 412 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in concludeImsStats() local 413 if (imsPhone != null) { in concludeImsStats() 414 imsPhone.getImsStats().conclude(); in concludeImsStats()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
D | EmergencyStateTracker.java | 1957 Phone imsPhone = phone.getImsPhone(); in getRingingCall() local 1958 if (imsPhone != null) { in getRingingCall() 1959 ringingCall = imsPhone.getRingingCall(); in getRingingCall() 1961 if (imsPhone != null && ringingCall != null in getRingingCall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | PhoneSwitcher.java | 1049 Phone imsPhone = p.getImsPhone(); in isInEmergencyCallbackMode() 1050 if (imsPhone != null && imsPhone.isInEcm()) { in isInEmergencyCallbackMode()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | ImsStatsTest.java | 99 TestableImsStats(ImsPhone imsPhone) { in TestableImsStats() argument 100 super(imsPhone); in TestableImsStats()
|