Searched refs:ImsPhone (Results 1 – 15 of 15) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneFactory.java | 37 public static ImsPhone makePhone(Context context, in makePhone() 41 return new ImsPhone(context, phoneNotifier, defaultPhone); in makePhone()
|
D | ImsPhoneMmiCode.java | 166 private ImsPhone mPhone; 232 newFromDialString(String dialString, ImsPhone phone) { in newFromDialString() 281 boolean isUssdRequest, ImsPhone phone) { in newNetworkInitiatedUssd() 301 ImsPhone phone) { in newFromUssdUserInput() 448 ImsPhoneMmiCode(ImsPhone phone) { in ImsPhoneMmiCode() 546 static private boolean isShortCode(String dialString, ImsPhone phone) { in isShortCode() 582 static private boolean isShortCodeUSSD(String dialString, ImsPhone phone) { in isShortCodeUSSD() 706 throw new CallStateException(ImsPhone.CS_FALLBACK); in processCode() 906 throw new CallStateException(ImsPhone.CS_FALLBACK); in processCode()
|
D | ImsPhoneCallTracker.java | 162 ImsPhone mPhone; 187 ImsPhoneCallTracker(ImsPhone phone) { in ImsPhoneCallTracker() 308 handleEcmTimer(ImsPhone.CANCEL_ECM_TIMER); in dial() 380 case ImsPhone.CANCEL_ECM_TIMER: in handleEcmTimer() 382 case ImsPhone.RESTART_ECM_TIMER: in handleEcmTimer()
|
D | ImsPhone.java | 102 public class ImsPhone extends ImsPhoneBase { class 174 ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { in ImsPhone() method in ImsPhone 510 public static void checkWfcWifiOnlyModeBeforeDial(ImsPhone imsPhone, Context context) in checkWfcWifiOnlyModeBeforeDial() 990 ImsPhone.this); in onIncomingUSSD()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 28 import com.android.internal.telephony.imsphone.ImsPhone; 119 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage()
|
D | PhoneBase.java | 55 import com.android.internal.telephony.imsphone.ImsPhone; 237 protected ImsPhone mImsPhone = null; 525 ImsPhone imsPhone = mImsPhone; in dispose() 542 ImsPhone imsPhone = mImsPhone; in removeReferences() 678 ImsPhone imsPhone = mImsPhone; in handleSrvccStateChanged() 2104 public ImsPhone relinquishOwnershipOfImsPhone() { in relinquishOwnershipOfImsPhone() 2114 ImsPhone imsPhone = mImsPhone; in relinquishOwnershipOfImsPhone() 2125 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone) { in acquireOwnershipOfImsPhone() 2209 ImsPhone imsPhone = mImsPhone; in getVoicePhoneServiceState() 2278 ImsPhone imsPhone = mImsPhone; in isImsRegistered() [all …]
|
D | Phone.java | 31 import com.android.internal.telephony.imsphone.ImsPhone; 1930 public ImsPhone relinquishOwnershipOfImsPhone(); in relinquishOwnershipOfImsPhone() 1936 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone); in acquireOwnershipOfImsPhone()
|
D | PhoneFactory.java | 40 import com.android.internal.telephony.imsphone.ImsPhone; 416 public static ImsPhone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) { in makeImsPhone()
|
D | PhoneProxy.java | 43 import com.android.internal.telephony.imsphone.ImsPhone; 284 ImsPhone imsPhone = null; in deleteAndCreatePhone() 1476 public ImsPhone relinquishOwnershipOfImsPhone() { return null; } in relinquishOwnershipOfImsPhone() 1482 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone) { } in acquireOwnershipOfImsPhone()
|
D | CallManager.java | 19 import com.android.internal.telephony.imsphone.ImsPhone; 259 if (phone.getSubId() == subId && !(phone instanceof ImsPhone)) { in getPhone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GSMPhone.java | 73 import com.android.internal.telephony.imsphone.ImsPhone; 506 ImsPhone imsPhone = mImsPhone; in acceptCall() 578 ImsPhone imsPhone = mImsPhone; in getRingingCall() 741 ImsPhone imsPhone = mImsPhone; in handleInCallMmiCommands() 806 ImsPhone imsPhone = mImsPhone; in dial() 833 ImsPhone.checkWfcWifiOnlyModeBeforeDial(mImsPhone, mContext); in dial() 842 if (!ImsPhone.CS_FALLBACK.equals(e.getMessage())) { in dial() 1170 ImsPhone imsPhone = mImsPhone; in getCallForwardingOption() 1195 ImsPhone imsPhone = mImsPhone; in setCallForwardingOption() 1237 ImsPhone imsPhone = mImsPhone; in getCallWaiting() [all …]
|
D | GsmCallTracker.java | 51 import com.android.internal.telephony.imsphone.ImsPhone; 414 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone(); in updatePhoneState()
|
D | GsmServiceStateTracker.java | 74 import com.android.internal.telephony.imsphone.ImsPhone; 630 && ((ImsPhone) mPhone.getImsPhone()).isVowifiEnabled()) { in updateSpnDisplay()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CDMAPhone.java | 71 import com.android.internal.telephony.imsphone.ImsPhone; 324 ImsPhone imPhone = mImsPhone; in getRingingCall() 431 ImsPhone imsPhone = mImsPhone; in dial() 458 ImsPhone.checkWfcWifiOnlyModeBeforeDial(mImsPhone, mContext); in dial() 467 if (!ImsPhone.CS_FALLBACK.equals(e.getMessage())) { in dial() 523 ImsPhone imsPhone = mImsPhone; in acceptCall() 1277 ImsPhone imsPhone = mImsPhone; in handleMessage()
|
D | CdmaCallTracker.java | 44 import com.android.internal.telephony.imsphone.ImsPhone; 475 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone(); in updatePhoneState()
|