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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 28 import com.android.internal.telephony.imsphone.ImsPhone;
29 import com.android.internal.telephony.imsphone.ImsPhoneCall;
119 ImsPhone imsPhone = (ImsPhone) mPhone;
120 if (imsPhone == null) {
124 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();
PhoneBase.java 53 import com.android.internal.telephony.imsphone.ImsPhone;
223 protected ImsPhone mImsPhone = null;
463 ImsPhone imsPhone = mImsPhone;
464 if (imsPhone != null) {
465 imsPhone.unregisterForSilentRedial(this);
466 imsPhone.dispose();
480 ImsPhone imsPhone = mImsPhone
    [all...]
PhoneProxy.java 40 import com.android.internal.telephony.imsphone.ImsPhone;
275 ImsPhone imsPhone = null;
296 imsPhone = oldPhone.relinquishOwnershipOfImsPhone();
301 if (imsPhone != null) {
302 mActivePhone.acquireOwnershipOfImsPhone(imsPhone);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 49 import com.android.internal.telephony.imsphone.ImsPhone;
50 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
403 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone();
404 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){
405 imsPhone.callEndCleanupHandOverCallIfAny();
    [all...]
GSMPhone.java 75 import com.android.internal.telephony.imsphone.ImsPhone;
508 ImsPhone imsPhone = mImsPhone;
509 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) {
510 imsPhone.acceptCall(videoState);
580 ImsPhone imsPhone = mImsPhone;
583 } else if ( imsPhone != null )
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 43 import com.android.internal.telephony.imsphone.ImsPhone;
44 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
474 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone();
475 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){
476 imsPhone.callEndCleanupHandOverCallIfAny();
    [all...]
CDMAPhone.java 70 import com.android.internal.telephony.imsphone.ImsPhone;
324 ImsPhone imPhone = mImsPhone;
410 ImsPhone imsPhone = mImsPhone;
421 Rlog.d(LOG_TAG, "imsUseEnabled=" + imsUseEnabled + ", imsPhone=" + imsPhone
422 + ", imsPhone.isVolteEnabled()="
423 + ((imsPhone != null) ? imsPhone.isVolteEnabled() : "N/A"
    [all...]

Completed in 431 milliseconds