HomeSort by relevance Sort by last modified time
    Searched defs:imsphone (Results 1 - 21 of 21) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPullCall.java 17 package com.android.internal.telephony.imsphone;
ImsPhoneFactory.java 17 package com.android.internal.telephony.imsphone;
31 * Makes a {@link ImsPhone} object.
35 * @return the {@code ImsPhone} object
37 public static ImsPhone makePhone(Context context,
41 return new ImsPhone(context, phoneNotifier, defaultPhone);
ImsExternalCall.java 17 package com.android.internal.telephony.imsphone;
ImsExternalConnection.java 17 package com.android.internal.telephony.imsphone;
ImsExternalCallTracker.java 17 package com.android.internal.telephony.imsphone;
51 * {@link ImsPhone}.
129 private final ImsPhone mPhone;
152 public ImsExternalCallTracker(ImsPhone phone, ImsPullCall callPuller,
161 public ImsExternalCallTracker(ImsPhone phone) {
ImsPhoneCall.java 17 package com.android.internal.telephony.imsphone;
ImsPhoneBase.java 17 package com.android.internal.telephony.imsphone;
ImsPhoneCommandInterface.java 17 package com.android.internal.telephony.imsphone;
ImsPhoneConnection.java 17 package com.android.internal.telephony.imsphone;
    [all...]
ImsPhoneMmiCode.java 17 package com.android.internal.telephony.imsphone;
169 private ImsPhone mPhone;
238 newFromDialString(String dialString, ImsPhone phone) {
286 newNetworkInitiatedUssd(String ussdMessage, boolean isUssdRequest, ImsPhone phone) {
305 static ImsPhoneMmiCode newFromUssdUserInput(String ussdMessge, ImsPhone phone) {
466 ImsPhoneMmiCode(ImsPhone phone) {
564 static private boolean isShortCode(String dialString, ImsPhone phone) {
600 static private boolean isShortCodeUSSD(String dialString, ImsPhone phone) {
823 // via MMI codes, methods have not been added to ImsPhone.
    [all...]
ImsPhone.java 17 package com.android.internal.telephony.imsphone;
108 public class ImsPhone extends ImsPhoneBase {
109 private static final String LOG_TAG = "ImsPhone";
188 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) {
193 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone,
195 super("ImsPhone", context, notifier, unitTestMode);
    [all...]
ImsPhoneCallTracker.java 17 package com.android.internal.telephony.imsphone;
245 ImsPhone mPhone;
327 public ImsPhoneCallTracker(ImsPhone phone) {
363 // Get the ECBM interface and set IMSPhone's listener object for notifications
455 handleEcmTimer(ImsPhone.CANCEL_ECM_TIMER);
601 case ImsPhone.CANCEL_ECM_TIMER:
603 case ImsPhone.RESTART_ECM_TIMER:
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneFactoryTest.java 16 package com.android.internal.telephony.imsphone;
37 private ImsPhone mImsPhoneUT;
ImsExternalCallTrackerTest.java 17 package com.android.internal.telephony.imsphone;
58 ImsPhone mImsPhone;
ImsPhoneCallTest.java 17 package com.android.internal.telephony.imsphone;
ImsPhoneCallTrackerTest.java 16 package com.android.internal.telephony.imsphone;
ImsPhoneConnectionTest.java 16 package com.android.internal.telephony.imsphone;
ImsPhoneTest.java 17 package com.android.internal.telephony.imsphone;
92 private ImsPhone mImsPhoneUT;
107 mImsPhoneUT = new ImsPhone(mContext, mNotifier, mPhone, true);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 337 milliseconds