Searched defs:imsPhone (Results 1 - 3 of 3) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java689 Phone imsPhone = mImsPhone;
696 if (imsPhone != null) {
697 conn = imsPhone.getHandoverConnection();
698 migrateFrom(imsPhone);
705 if (imsPhone != null) {
706 imsPhone.notifySrvccState(srvccState);
3032 Phone imsPhone = mImsPhone;
3033 if (imsPhone != null
3034 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
3106 Phone imsPhone
3405 checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) argument
[all...]
H A DTelephonyComponentFactory.java127 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { argument
128 return new ImsPhoneCallTracker(imsPhone);
131 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) { argument
133 return new ImsExternalCallTracker(imsPhone);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1044 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { argument

Completed in 140 milliseconds