/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;
|
ImsExternalCallTracker.java | 17 package com.android.internal.telephony.imsphone; 82 private final ImsPhone mPhone; 88 public ImsExternalCallTracker(ImsPhone phone, ImsPullCall callPuller) {
|
ImsExternalConnection.java | 17 package com.android.internal.telephony.imsphone;
|
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; 107 public class ImsPhone extends ImsPhoneBase { 108 private static final String LOG_TAG = "ImsPhone"; 177 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { 182 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, 184 super("ImsPhone", context, notifier, unitTestMode); [all...] |
ImsPhoneCallTracker.java | 17 package com.android.internal.telephony.imsphone; 200 ImsPhone mPhone; 228 public ImsPhoneCallTracker(ImsPhone phone) { 264 // Get the ECBM interface and set IMSPhone's listener object for notifications 354 handleEcmTimer(ImsPhone.CANCEL_ECM_TIMER); 461 case ImsPhone.CANCEL_ECM_TIMER: 463 case ImsPhone.RESTART_ECM_TIMER: 800 //***** Called from ImsPhone [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;
|
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; 86 private ImsPhone mImsPhoneUT; 101 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 | |