Searched refs:imsPhone (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java213 ImsPhone imsPhone = (ImsPhone) mPhone;
214 if (imsPhone == null) {
218 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]);
223 ImsPhone imsPhone = (ImsPhone) mPhone;
224 if (imsPhone == null) {
228 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();
252 ImsPhone imsPhone = (ImsPhone) mPhone;
253 if (imsPhone == null) {
257 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();
291 ImsPhone imsPhone
[all...]
H A DTelephonyComponentFactory.java146 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { argument
147 return new ImsPhoneCallTracker(imsPhone);
150 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) { argument
152 return new ImsExternalCallTracker(imsPhone);
H A DGsmCdmaPhone.java705 Phone imsPhone = mImsPhone;
706 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) {
707 imsPhone.acceptCall(videoState);
829 Phone imsPhone = mImsPhone;
835 // call from CallManager. So we check the ringing call state of imsPhone first as
837 if ( imsPhone != null && imsPhone.getRingingCall().isRinging()) {
838 return imsPhone.getRingingCall();
990 Phone imsPhone
[all...]
H A DPhone.java734 Phone imsPhone = mImsPhone;
741 if (imsPhone != null) {
742 conn = imsPhone.getHandoverConnection();
743 migrateFrom(imsPhone);
750 if (imsPhone != null) {
751 imsPhone.notifySrvccState(srvccState);
3150 Phone imsPhone = mImsPhone;
3151 if (imsPhone != null
3152 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
3224 Phone imsPhone
3559 checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, int phoneId, Context context) argument
[all...]
H A DGsmCdmaCallTracker.java718 Phone imsPhone = mPhone.getImsPhone();
719 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){
720 imsPhone.callEndCleanupHandOverCallIfAny();
1100 Phone imsPhone = mPhone.getImsPhone();
1101 if (imsPhone != null) {
1102 imsPhone.callEndCleanupHandOverCallIfAny();
H A DCallManager.java401 Phone imsPhone = phone.getImsPhone();
402 if (imsPhone != null) {
403 unregisterPhone(imsPhone);
951 Phone imsPhone = phone.getImsPhone();
953 && (imsPhone == null || imsPhone != activePhone)) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1040 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { argument

Completed in 111 milliseconds