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

  /frameworks/opt/telephony/src/java/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);
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;
ImsPhone.java 17 package com.android.internal.telephony.imsphone;
92 public class ImsPhone extends ImsPhoneBase {
93 private static final String LOG_TAG = "ImsPhone";
157 ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) {
158 super("ImsPhone", context, notifier);
901 ImsPhone.this);
    [all...]
ImsPhoneCallTracker.java 17 package com.android.internal.telephony.imsphone;
162 ImsPhone mPhone;
187 ImsPhoneCallTracker(ImsPhone phone) {
217 // Get the ECBM interface and set IMSPhone's listener object for notifications
307 handleEcmTimer(ImsPhone.CANCEL_ECM_TIMER);
377 case ImsPhone.CANCEL_ECM_TIMER:
379 case ImsPhone.RESTART_ECM_TIMER:
667 //***** Called from ImsPhone
    [all...]
ImsPhoneMmiCode.java 17 package com.android.internal.telephony.imsphone;
166 private ImsPhone mPhone;
232 newFromDialString(String dialString, ImsPhone phone) {
281 boolean isUssdRequest, ImsPhone phone) {
301 ImsPhone phone) {
448 ImsPhoneMmiCode(ImsPhone phone) {
546 static private boolean isShortCode(String dialString, ImsPhone phone) {
582 static private boolean isShortCodeUSSD(String dialString, ImsPhone phone) {
706 throw new CallStateException(ImsPhone.CS_FALLBACK);
777 // via MMI codes, methods have not been added to ImsPhone
    [all...]

Completed in 144 milliseconds