Home
last modified time | relevance | path

Searched refs:ImsPhone (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java44 import com.android.internal.telephony.imsphone.ImsPhone;
276 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent()
306 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage()
351 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent()
383 ImsPhone imsPhone = (ImsPhone) mPhone; in sendTestSuppServiceNotification()
616 ImsPhone imsPhone = (ImsPhone) mPhone; in getImsCall()
666 } else if (mPhone instanceof ImsPhone) { in testChangeNumber()
667 ((ImsPhone) mPhone).notifyPhoneStateChanged(); in testChangeNumber()
668 ((ImsPhone) mPhone).notifyPreciseCallStateChanged(); in testChangeNumber()
DSimultaneousCallingTracker.java33 import com.android.internal.telephony.imsphone.ImsPhone;
324 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in registerForImsRegistrationChanges()
346 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in unregisterForImsRegistrationChanges()
411 int phone1TransportType = ((ImsPhone) phone.getImsPhone()).getTransportType(); in generateSimultaneousCallSupportMap()
466 ((ImsPhone) phone2.getImsPhone()).getTransportType(); in phonesSupportSimultaneousCallingViaCellularOrWlan()
DTelephonyComponentFactory.java47 import com.android.internal.telephony.imsphone.ImsPhone;
405 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) {
416 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone,
421 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) {
429 public ImsNrSaModeHandler makeImsNrSaModeHandler(ImsPhone imsPhone) {
DServiceStateTracker.java100 import com.android.internal.telephony.imsphone.ImsPhone;
1702 ImsPhone imsPhone = (ImsPhone) mPhone.getImsPhone(); in handleMessage()
3784 ImsPhone imsPhone = (ImsPhone) mPhone.getImsPhone(); in pollStateDone()
5920 ImsPhone imsPhone = (ImsPhone) mPhone.getImsPhone(); in getImsRegistrationTech()
DPhoneFactory.java53 import com.android.internal.telephony.imsphone.ImsPhone;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneFactory.java38 public static ImsPhone makePhone(Context context, in makePhone()
42 return new ImsPhone(context, phoneNotifier, defaultPhone, featureFlags); in makePhone()
DImsExternalCallTracker.java136 private final ImsPhone mPhone;
159 public ImsExternalCallTracker(ImsPhone phone, ImsPullCall callPuller, in ImsExternalCallTracker()
168 public ImsExternalCallTracker(ImsPhone phone, Executor executor) { in ImsExternalCallTracker()
DImsNrSaModeHandler.java62 private final @NonNull ImsPhone mPhone;
74 public ImsNrSaModeHandler(@NonNull ImsPhone phone, Looper looper) { in ImsNrSaModeHandler()
DImsPhoneMmiCode.java189 private ImsPhone mPhone;
265 public static ImsPhoneMmiCode newFromDialString(String dialString, ImsPhone phone) { in newFromDialString()
270 ImsPhone phone, ResultReceiver wrappedCallback) { in newFromDialString()
351 boolean isUssdRequest, ImsPhone phone) { in newNetworkInitiatedUssd()
371 static ImsPhoneMmiCode newFromUssdUserInput(String ussdMessge, ImsPhone phone) { in newFromUssdUserInput()
587 public ImsPhoneMmiCode(ImsPhone phone) { in ImsPhoneMmiCode()
669 static private boolean isShortCode(String dialString, ImsPhone phone) { in isShortCode()
704 static private boolean isShortCodeUSSD(String dialString, ImsPhone phone) { in isShortCodeUSSD()
DImsPhoneCallTracker.java153 import com.android.internal.telephony.imsphone.ImsPhone.ImsDialArgs;
770 ImsPhone mPhone;
1266 public ImsPhoneCallTracker(ImsPhone phone, ConnectorFactory factory, in ImsPhoneCallTracker()
1272 public ImsPhoneCallTracker(ImsPhone phone, ConnectorFactory factory, Executor executor, in ImsPhoneCallTracker()
1616 private boolean prepareForDialing(ImsPhone.ImsDialArgs dialArgs) throws CallStateException { in prepareForDialing()
1667 public Connection startConference(String[] participantsToDial, ImsPhone.ImsDialArgs dialArgs) in startConference()
1709 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in dial()
1717 public synchronized Connection dial(String dialString, ImsPhone.ImsDialArgs dialArgs) in dial()
1745 mPhone.handleTimerInEmergencyCallbackMode(ImsPhone.CANCEL_ECM_TIMER); in dial()
3049 mPhone.handleTimerInEmergencyCallbackMode(ImsPhone.RESTART_ECM_TIMER); in removeConnection()
[all …]
DImsPhone.java153 public class ImsPhone extends ImsPhoneBase { class
474 public ImsPhone(Context context, PhoneNotifier notifier, in ImsPhone() method in ImsPhone
480 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, in ImsPhone() method in ImsPhone
2718 ImsPhone.ImsDialArgs.Builder imsDialArgsBuilder; in updateDialArgsForVolteSilentRedial()
2719 imsDialArgsBuilder = ImsPhone.ImsDialArgs.Builder.from(dialArgs); in updateDialArgsForVolteSilentRedial()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimultaneousCallingTrackerTest.java48 import com.android.internal.telephony.imsphone.ImsPhone;
74 private ImsPhone mImsPhone;
75 private ImsPhone mImsPhone1;
76 private ImsPhone mImsPhone2;
113 mImsPhone = mock(ImsPhone.class); in setUp()
114 mImsPhone1 = mock(ImsPhone.class); in setUp()
115 mImsPhone2 = mock(ImsPhone.class); in setUp()
DGsmCdmaPhoneTest.java98 import com.android.internal.telephony.imsphone.ImsPhone;
1855 mPhoneUT.dial(TEST_EMERGENCY_NUMBER, new ImsPhone.ImsDialArgs.Builder().build()); in testEmergencyCallAnySim()
1876 mPhoneUT.dial(TEST_EMERGENCY_NUMBER, new ImsPhone.ImsDialArgs.Builder().build()); in testNotEmergencyNumberOnDialedSim1()
1898 mPhoneUT.dial(TEST_EMERGENCY_NUMBER, new ImsPhone.ImsDialArgs.Builder().build()); in testNotEmergencyNumberOnDialedSim2()
2518 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in testDomainSelectionEmergencyCallCs()
2535 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in testDomainSelectionEmergencyCallPs()
2556 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in testDomainSelectionEmergencyCallNon3GppPs()
2583 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in testDomainSelectionDialCs()
2604 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in testDomainSelectionDialPs()
DTelephonyTest.java117 import com.android.internal.telephony.imsphone.ImsPhone;
197 protected ImsPhone mImsPhone;
484 mImsPhone = Mockito.mock(ImsPhone.class); in setUp()
665 .makeImsPhoneCallTracker(nullable(ImsPhone.class), any(FeatureFlags.class)); in setUp()
671 .makeImsExternalCallTracker(nullable(ImsPhone.class)); in setUp()
673 .makeImsNrSaModeHandler(nullable(ImsPhone.class)); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsExternalCallTrackerTest.java52 ImsPhone mImsPhone;
58 mImsPhone = mock(ImsPhone.class); in setUp()
DImsPhoneTest.java106 import com.android.internal.telephony.imsphone.ImsPhone.SS;
136 private ImsPhone mImsPhoneUT;
168 mImsPhoneUT = new ImsPhone(mContext, mNotifier, mPhone, (c, p) -> mImsManager, true, in setUp()
461 new ImsPhone.ImsDialArgs.Builder().setVideoState(videoState).build()); in testDial()
462 verify(mImsCT).dial(eq(dialString), any(ImsPhone.ImsDialArgs.class)); in testDial()
879 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInOutOfService()
882 mImsPhoneUT.dial("91", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInOutOfService()
899 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInService()
906 mImsPhoneUT.dial("91", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInService()
923 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdNotAllowUssdOverIms()
[all …]
DImsPhoneMmiCodeTest.java58 private ImsPhone mImsPhoneUT;
77 mImsPhoneUT = new ImsPhone(mContext, mNotifier, mPhone, mFeatureFlags); in setUp()
DImsPhoneFactoryTest.java44 private ImsPhone mImsPhoneUT;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DImsStats.java53 import com.android.internal.telephony.imsphone.ImsPhone;
196 private final ImsPhone mPhone;
212 public ImsStats(ImsPhone phone) { in ImsStats()
DServiceStateStats.java47 import com.android.internal.telephony.imsphone.ImsPhone;
359 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getVoiceRat()
DVoiceCallSessionStats.java77 import com.android.internal.telephony.imsphone.ImsPhone;
784 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getVoiceRatWithVoNRFix()
DMetricsCollector.java77 import com.android.internal.telephony.imsphone.ImsPhone;
412 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in concludeImsStats()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java85 import com.android.internal.telephony.imsphone.ImsPhone;
518 ((ImsPhone) phone.getImsPhone()).registerForImsRegistrationChanges( in PhoneSwitcher()
933 ImsPhone.ImsRegistrationRadioTechInfo imsRegistrationRadioTechInfo = in onImsRadioTechChanged()
934 (ImsPhone.ImsRegistrationRadioTechInfo) asyncResult.result; in onImsRadioTechChanged()
992 ((ImsPhone) phone.getImsPhone()).registerForImsRegistrationChanges( in onMultiSimConfigChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DImsStatsTest.java53 import com.android.internal.telephony.imsphone.ImsPhone;
91 private ImsPhone mSecondImsPhone;
99 TestableImsStats(ImsPhone imsPhone) { in TestableImsStats()
125 mSecondImsPhone = mock(ImsPhone.class); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java92 import com.android.internal.telephony.imsphone.ImsPhone;
1807 ImsPhone testImsPhone = mock(ImsPhone.class); in testReceivingImsRegistrationTech()
1838 AsyncResult ar = new AsyncResult(null, new ImsPhone.ImsRegistrationRadioTechInfo( in testReceivingImsRegistrationTech()
1845 ar = new AsyncResult(null, new ImsPhone.ImsRegistrationRadioTechInfo( in testReceivingImsRegistrationTech()
1853 ar = new AsyncResult(null, new ImsPhone.ImsRegistrationRadioTechInfo( in testReceivingImsRegistrationTech()

12