/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 38 import com.android.internal.telephony.imsphone.ImsPhone; 255 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent() 265 ImsPhone imsPhone = (ImsPhone) mPhone; in handleHandoverFailedIntent() 295 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() 340 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() 372 ImsPhone imsPhone = (ImsPhone) mPhone; in sendTestSuppServiceNotification() 494 ImsPhone imsPhone = (ImsPhone) mPhone; in testImsECall() 539 } else if (mPhone instanceof ImsPhone) { in testChangeNumber() 540 ((ImsPhone) mPhone).notifyPhoneStateChanged(); in testChangeNumber() 541 ((ImsPhone) mPhone).notifyPreciseCallStateChanged(); in testChangeNumber()
|
D | TelephonyComponentFactory.java | 40 import com.android.internal.telephony.imsphone.ImsPhone; 375 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { 379 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) {
|
D | PhoneFactory.java | 45 import com.android.internal.telephony.imsphone.ImsPhone;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneFactory.java | 37 public static ImsPhone makePhone(Context context, in makePhone() 41 return new ImsPhone(context, phoneNotifier, defaultPhone); in makePhone()
|
D | ImsExternalCallTracker.java | 128 private final ImsPhone mPhone; 151 public ImsExternalCallTracker(ImsPhone phone, ImsPullCall callPuller, in ImsExternalCallTracker() 160 public ImsExternalCallTracker(ImsPhone phone) { in ImsExternalCallTracker()
|
D | ImsPhoneMmiCode.java | 179 private ImsPhone mPhone; 254 static ImsPhoneMmiCode newFromDialString(String dialString, ImsPhone phone) { in newFromDialString() 259 ImsPhone phone, ResultReceiver wrappedCallback) { in newFromDialString() 336 newNetworkInitiatedUssd(String ussdMessage, boolean isUssdRequest, ImsPhone phone) { in newNetworkInitiatedUssd() 356 static ImsPhoneMmiCode newFromUssdUserInput(String ussdMessge, ImsPhone phone) { in newFromUssdUserInput() 572 public ImsPhoneMmiCode(ImsPhone phone) { in ImsPhoneMmiCode() 654 static private boolean isShortCode(String dialString, ImsPhone phone) { in isShortCode() 690 static private boolean isShortCodeUSSD(String dialString, ImsPhone phone) { in isShortCodeUSSD()
|
D | ImsPhone.java | 126 public class ImsPhone extends ImsPhoneBase { class 306 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { in ImsPhone() method in ImsPhone 311 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, in ImsPhone() method in ImsPhone 2196 ImsPhone.ImsDialArgs.Builder imsDialArgsBuilder; in updateDialArgsForVolteSilentRedial() 2197 if (dialArgs instanceof ImsPhone.ImsDialArgs) { in updateDialArgsForVolteSilentRedial() 2198 imsDialArgsBuilder = ImsPhone.ImsDialArgs.Builder in updateDialArgsForVolteSilentRedial() 2199 .from((ImsPhone.ImsDialArgs) dialArgs); in updateDialArgsForVolteSilentRedial() 2201 imsDialArgsBuilder = ImsPhone.ImsDialArgs.Builder in updateDialArgsForVolteSilentRedial()
|
D | ImsPhoneCallTracker.java | 111 import com.android.internal.telephony.imsphone.ImsPhone.ImsDialArgs; 478 ImsPhone mPhone; 870 public ImsPhoneCallTracker(ImsPhone phone) { in ImsPhoneCallTracker() 875 public ImsPhoneCallTracker(ImsPhone phone, Executor executor) { in ImsPhoneCallTracker() 1099 private boolean prepareForDialing(ImsPhone.ImsDialArgs dialArgs) throws CallStateException { in prepareForDialing() 1150 public Connection startConference(String[] participantsToDial, ImsPhone.ImsDialArgs dialArgs) in startConference() 1192 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in dial() 1200 public synchronized Connection dial(String dialString, ImsPhone.ImsDialArgs dialArgs) in dial() 1228 mPhone.handleTimerInEmergencyCallbackMode(ImsPhone.CANCEL_ECM_TIMER); in dial() 2353 mPhone.handleTimerInEmergencyCallbackMode(ImsPhone.RESTART_ECM_TIMER); in removeConnection() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 116 private ImsPhone mImsPhoneUT; 140 mImsPhoneUT = new ImsPhone(mContext, mNotifier, mPhone, true); in setUp() 422 new ImsPhone.ImsDialArgs.Builder().setVideoState(videoState).build()); in testDial() 423 verify(mImsCT).dial(eq(dialString), any(ImsPhone.ImsDialArgs.class)); in testDial() 839 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInOutOfService() 854 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInService() 871 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdNotAllowUssdOverIms() 915 Message m = Message.obtain(mImsPhoneUT.getHandler(), ImsPhone.EVENT_SERVICE_STATE_CHANGED); in getServiceStateChangedMessage()
|
D | ImsPhoneFactoryTest.java | 42 private ImsPhone mImsPhoneUT;
|
D | ImsExternalCallTrackerTest.java | 51 ImsPhone mImsPhone;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorPhoneSwitcher.java | 48 import com.android.internal.telephony.imsphone.ImsPhone; 85 private final ImsPhone[] mImsPhones; 108 mImsPhones = new ImsPhone[mActiveModemCount]; in VendorPhoneSwitcher() 122 mImsPhones[i] = (ImsPhone)PhoneFactory.getPhone(i).getImsPhone(); in VendorPhoneSwitcher()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 85 import com.android.internal.telephony.imsphone.ImsPhone; 154 protected ImsPhone mImsPhone; 475 .makeImsPhoneCallTracker(nullable(ImsPhone.class)); in setUp() 481 .makeImsExternalCallTracker(nullable(ImsPhone.class)); in setUp()
|
/frameworks/base/config/ |
D | dirty-image-objects | 281 com.android.internal.telephony.imsphone.ImsPhone
|
D | preloaded-classes | 9075 com.android.internal.telephony.imsphone.ImsPhone$1 9076 com.android.internal.telephony.imsphone.ImsPhone$2 9077 com.android.internal.telephony.imsphone.ImsPhone$3 9078 com.android.internal.telephony.imsphone.ImsPhone$4 9079 com.android.internal.telephony.imsphone.ImsPhone$Cf 9080 com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs$Builder 9081 com.android.internal.telephony.imsphone.ImsPhone
|
D | boot-image-profile.txt | 49899 Lcom/android/internal/telephony/imsphone/ImsPhone$1; 49900 Lcom/android/internal/telephony/imsphone/ImsPhone$2; 49901 Lcom/android/internal/telephony/imsphone/ImsPhone$3; 49902 Lcom/android/internal/telephony/imsphone/ImsPhone$4; 49903 Lcom/android/internal/telephony/imsphone/ImsPhone$Cf; 49904 Lcom/android/internal/telephony/imsphone/ImsPhone$ImsDialArgs$Builder; 49905 Lcom/android/internal/telephony/imsphone/ImsPhone$ImsDialArgs; 49906 Lcom/android/internal/telephony/imsphone/ImsPhone;
|