/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 44 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()
|
D | SimultaneousCallingTracker.java | 33 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()
|
D | TelephonyComponentFactory.java | 47 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) {
|
D | ServiceStateTracker.java | 100 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()
|
D | PhoneFactory.java | 53 import com.android.internal.telephony.imsphone.ImsPhone;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneFactory.java | 38 public static ImsPhone makePhone(Context context, in makePhone() 42 return new ImsPhone(context, phoneNotifier, defaultPhone, featureFlags); in makePhone()
|
D | ImsExternalCallTracker.java | 136 private final ImsPhone mPhone; 159 public ImsExternalCallTracker(ImsPhone phone, ImsPullCall callPuller, in ImsExternalCallTracker() 168 public ImsExternalCallTracker(ImsPhone phone, Executor executor) { in ImsExternalCallTracker()
|
D | ImsNrSaModeHandler.java | 62 private final @NonNull ImsPhone mPhone; 74 public ImsNrSaModeHandler(@NonNull ImsPhone phone, Looper looper) { in ImsNrSaModeHandler()
|
D | ImsPhoneMmiCode.java | 189 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()
|
D | ImsPhoneCallTracker.java | 153 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 …]
|
D | ImsPhone.java | 153 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/ |
D | SimultaneousCallingTrackerTest.java | 48 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()
|
D | GsmCdmaPhoneTest.java | 98 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()
|
D | TelephonyTest.java | 117 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/ |
D | ImsExternalCallTrackerTest.java | 52 ImsPhone mImsPhone; 58 mImsPhone = mock(ImsPhone.class); in setUp()
|
D | ImsPhoneTest.java | 106 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 …]
|
D | ImsPhoneMmiCodeTest.java | 58 private ImsPhone mImsPhoneUT; 77 mImsPhoneUT = new ImsPhone(mContext, mNotifier, mPhone, mFeatureFlags); in setUp()
|
D | ImsPhoneFactoryTest.java | 44 private ImsPhone mImsPhoneUT;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ImsStats.java | 53 import com.android.internal.telephony.imsphone.ImsPhone; 196 private final ImsPhone mPhone; 212 public ImsStats(ImsPhone phone) { in ImsStats()
|
D | ServiceStateStats.java | 47 import com.android.internal.telephony.imsphone.ImsPhone; 359 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getVoiceRat()
|
D | VoiceCallSessionStats.java | 77 import com.android.internal.telephony.imsphone.ImsPhone; 784 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getVoiceRatWithVoNRFix()
|
D | MetricsCollector.java | 77 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/ |
D | PhoneSwitcher.java | 85 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/ |
D | ImsStatsTest.java | 53 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/ |
D | PhoneSwitcherTest.java | 92 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()
|