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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 17 package com.android.internal.telephony.imsphone;
102 public class ImsPhone extends ImsPhoneBase {
103 private static final String LOG_TAG = "ImsPhone";
174 ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) {
175 super("ImsPhone", context, notifier);
510 public static void checkWfcWifiOnlyModeBeforeDial(ImsPhone imsPhone, Context context)
512 if (imsPhone == null ||
513 !imsPhone.isVowifiEnabled()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 71 import com.android.internal.telephony.imsphone.ImsPhone;
324 ImsPhone imPhone = mImsPhone;
431 ImsPhone imsPhone = mImsPhone;
434 && imsPhone != null
435 && (imsPhone.isVolteEnabled() || imsPhone.isVowifiEnabled())
436 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE);
439 && imsPhone != nul
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 73 import com.android.internal.telephony.imsphone.ImsPhone;
506 ImsPhone imsPhone = mImsPhone;
507 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) {
508 imsPhone.acceptCall(videoState);
578 ImsPhone imsPhone = mImsPhone;
581 } else if ( imsPhone != null )
    [all...]

Completed in 1613 milliseconds