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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 202 protected ImsPhone mImsPhone = null;
427 ImsPhone imsPhone = mImsPhone;
444 ImsPhone imsPhone = mImsPhone;
447 mImsPhone = null;
545 ImsPhone imsPhone = mImsPhone;
555 Rlog.d(LOG_TAG, "HANDOVER_STARTED: mImsPhone null");
563 Rlog.d(LOG_TAG, "HANDOVER_COMPLETED: mImsPhone null");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 294 if (mImsPhone != null &&
295 mImsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
296 return mImsPhone.getServiceState();
511 ImsPhone imsPhone = mImsPhone;
534 if (mImsPhone != null) {
535 canImsConference = mImsPhone.canConference();
546 if (mImsPhone != null && mImsPhone.canConference()) {
548 mImsPhone.conference();
583 ImsPhone imsPhone = mImsPhone;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 289 if (mImsPhone != null &&
290 mImsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
291 return mImsPhone.getServiceState();
332 ImsPhone imPhone = mImsPhone;
353 if (mImsPhone != null && mImsPhone.canConference()) {
355 mImsPhone.conference();
411 ImsPhone imsPhone = mImsPhone;
505 ImsPhone imsPhone = mImsPhone;
612 if (mImsPhone != null && mImsPhone.canConference())
    [all...]

Completed in 99 milliseconds