/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 | 42 import com.android.internal.telephony.imsphone.ImsPhone; 376 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { 380 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 | 178 private ImsPhone mPhone; 253 static ImsPhoneMmiCode newFromDialString(String dialString, ImsPhone phone) { in newFromDialString() 258 ImsPhone phone, ResultReceiver wrappedCallback) { in newFromDialString() 334 newNetworkInitiatedUssd(String ussdMessage, boolean isUssdRequest, ImsPhone phone) { in newNetworkInitiatedUssd() 354 static ImsPhoneMmiCode newFromUssdUserInput(String ussdMessge, ImsPhone phone) { in newFromUssdUserInput() 570 public ImsPhoneMmiCode(ImsPhone phone) { in ImsPhoneMmiCode() 674 static private boolean isShortCode(String dialString, ImsPhone phone) { in isShortCode() 710 static private boolean isShortCodeUSSD(String dialString, ImsPhone phone) { in isShortCodeUSSD()
|
D | ImsPhone.java | 127 public class ImsPhone extends ImsPhoneBase { class 399 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { in ImsPhone() method in ImsPhone 404 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, in ImsPhone() method in ImsPhone 2406 ImsPhone.ImsDialArgs.Builder imsDialArgsBuilder; in updateDialArgsForVolteSilentRedial() 2407 if (dialArgs instanceof ImsPhone.ImsDialArgs) { in updateDialArgsForVolteSilentRedial() 2408 imsDialArgsBuilder = ImsPhone.ImsDialArgs.Builder in updateDialArgsForVolteSilentRedial() 2409 .from((ImsPhone.ImsDialArgs) dialArgs); in updateDialArgsForVolteSilentRedial() 2411 imsDialArgsBuilder = ImsPhone.ImsDialArgs.Builder in updateDialArgsForVolteSilentRedial()
|
D | ImsPhoneCallTracker.java | 111 import com.android.internal.telephony.imsphone.ImsPhone.ImsDialArgs; 455 ImsPhone mPhone; 847 public ImsPhoneCallTracker(ImsPhone phone) { in ImsPhoneCallTracker() 852 public ImsPhoneCallTracker(ImsPhone phone, Executor executor) { in ImsPhoneCallTracker() 1076 private boolean prepareForDialing(ImsPhone.ImsDialArgs dialArgs) throws CallStateException { in prepareForDialing() 1127 public Connection startConference(String[] participantsToDial, ImsPhone.ImsDialArgs dialArgs) in startConference() 1169 ImsPhone.ImsDialArgs dialArgs = new ImsPhone.ImsDialArgs.Builder() in dial() 1177 public synchronized Connection dial(String dialString, ImsPhone.ImsDialArgs dialArgs) in dial() 1205 mPhone.handleTimerInEmergencyCallbackMode(ImsPhone.CANCEL_ECM_TIMER); in dial() 2337 mPhone.handleTimerInEmergencyCallbackMode(ImsPhone.RESTART_ECM_TIMER); in removeConnection() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 75 import com.android.internal.telephony.imsphone.ImsPhone.SS; 119 private ImsPhone mImsPhoneUT; 143 mImsPhoneUT = new ImsPhone(mContext, mNotifier, mPhone, true); in setUp() 425 new ImsPhone.ImsDialArgs.Builder().setVideoState(videoState).build()); in testDial() 426 verify(mImsCT).dial(eq(dialString), any(ImsPhone.ImsDialArgs.class)); in testDial() 867 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInOutOfService() 882 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdAllowUssdOverImsInService() 899 mImsPhoneUT.dial("*135#", new ImsPhone.ImsDialArgs.Builder().build()); in testSendUssdNotAllowUssdOverIms() 943 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; 151 protected ImsPhone mImsPhone; 466 .makeImsPhoneCallTracker(nullable(ImsPhone.class)); in setUp() 474 .makeImsExternalCallTracker(nullable(ImsPhone.class)); in setUp()
|
/frameworks/base/config/ |
D | dirty-image-objects | 281 com.android.internal.telephony.imsphone.ImsPhone
|
D | preloaded-classes | 5024 com.android.internal.telephony.imsphone.ImsPhone$1 5025 com.android.internal.telephony.imsphone.ImsPhone$2 5026 com.android.internal.telephony.imsphone.ImsPhone$3 5027 com.android.internal.telephony.imsphone.ImsPhone
|
D | boot-image-profile.txt | 22996 …y;->makeImsExternalCallTracker(Lcom/android/internal/telephony/imsphone/ImsPhone;)Lcom/android/int… 22997 …tory;->makeImsPhoneCallTracker(Lcom/android/internal/telephony/imsphone/ImsPhone;)Lcom/android/int… 23522 …phony/imsphone/ImsExternalCallTracker;-><init>(Lcom/android/internal/telephony/imsphone/ImsPhone;)V 23529 HSPLcom/android/internal/telephony/imsphone/ImsPhone;-><init>(Landroid/content/Context;Lcom/android… 23530 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getBackgroundCall()Lcom/android/internal/tel… 23531 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getBackgroundCall()Lcom/android/internal/tel… 23532 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getDefaultPhone()Lcom/android/internal/telep… 23533 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getExternalCallTracker()Lcom/android/interna… 23534 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getForegroundCall()Lcom/android/internal/tel… 23535 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getForegroundCall()Lcom/android/internal/tel… [all …]
|