Searched refs:getPhone (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java83 Phone phone = getPhone(subId);
96 Phone phone = getPhone(subId);
110 Phone phone = getPhone(subId);
124 Phone phone = getPhone(subId);
142 Phone phone = getPhone(subId);
159 Phone phone = getPhone(subId);
179 Phone phone = getPhone(subId);
196 Phone phone = getPhone(subId);
214 Phone phone = getPhone(subId);
231 Phone phone = getPhone(subI
300 private Phone getPhone(int subId) { method in class:PhoneSubInfoController
[all...]
H A DMmiCode.java53 public Phone getPhone(); method in interface:MmiCode
H A DCallManager.java217 private Phone getPhone(int subId) { method in class:CallManager
340 phone = getFirstActiveRingingCall().getPhone();
342 phone = getActiveFgCall().getPhone();
345 phone = getFirstActiveBgCall().getPhone();
353 phone = getFirstActiveRingingCall(subId).getPhone();
355 phone = getActiveFgCall(subId).getPhone();
358 phone = getFirstActiveBgCall(subId).getPhone();
432 return getActiveFgCall().getPhone();
440 return getActiveFgCall(subId).getPhone();
447 return getFirstActiveBgCall().getPhone();
[all...]
H A DGsmCdmaCall.java44 public Phone getPhone() { method in class:GsmCdmaCall
45 return mOwner.getPhone();
H A DUiccSmsController.java51 private Phone getPhone(int subId) { method in class:UiccSmsController
52 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId));
331 return getPhone(subId).getIccSmsInterfaceManager();
382 return getPhone(subId).getAppSmsManager().createAppSpecificSmsToken(callingPkg, intent);
H A DCall.java80 public abstract Phone getPhone(); method in class:Call
H A DGsmCdmaConnection.java201 super(parent.getPhone().getPhoneType());
502 GsmCdmaPhone phone = mOwner.getPhone();
574 mOwner.getPhone().notifyDisconnect(this);
865 postDialHandler = mOwner.getPhone().getPostDialHandler();
1064 return mOwner.getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_GSM;
H A DVisualVoicemailSmsFilter.java87 PhoneFactory.getPhone(phoneId).getFullIccSerialNumber());
H A DPhoneFactory.java267 public static Phone getPhone(int phoneId) { method in class:PhoneFactory
285 Rlog.d(LOG_TAG, "getPhone:- " + dbgInfo + " phoneId=" + phoneId +
H A DWapPushOverSms.java176 int phoneId = handler.getPhone().getPhoneId();
H A DGsmCdmaCallTracker.java1628 public GsmCdmaPhone getPhone() { method in class:GsmCdmaCallTracker
H A DInboundSmsHandler.java299 public Phone getPhone() { method in class:InboundSmsHandler
H A DSubscriptionController.java1949 Phone phone = PhoneFactory.getPhone(slotIndex);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneFactoryTest.java36 Phone phone = PhoneFactory.getPhone(0);
H A DCallManagerTest.java107 doReturn(mPhone).when(mBgCall).getPhone();
108 doReturn(mPhone).when(mFgCall).getPhone();
109 doReturn(mPhone).when(mRingingCall).getPhone();
247 doReturn(mPhoneHold).when(mBgCall).getPhone();
268 doReturn(mPhoneHold).when(mBgCall).getPhone();
H A DTelephonyTest.java443 doReturn(mPhone).when(mCT).getPhone();
446 doReturn(mPhone).when(mInboundSmsHandler).getPhone();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCall.java45 public Phone getPhone() { method in class:ImsExternalCall
H A DImsPhoneCall.java98 getPhone() { method in class:ImsPhoneCall
H A DImsPhoneMmiCode.java522 public Phone getPhone() { return mPhone; } method in class:ImsPhoneMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java481 public Phone getPhone() { method in class:SipPhone.SipCall
522 + ": " + this + " on phone " + getPhone());
535 + ": " + this + " on phone " + getPhone());
690 + getPhone() + " " + mConnections.size());
770 + getPhone());
818 + " on phone " + getPhone());
947 protected Phone getPhone() { method in class:SipPhone.SipConnection
948 return mOwner.getPhone();
957 + getPhone().getPhoneName());
980 SipCall call = (getPhone()
[all...]
H A DSipConnectionBase.java153 protected abstract Phone getPhone(); method in class:SipConnectionBase
/frameworks/base/location/java/android/location/
H A DAddress.java368 public String getPhone() { method in class:Address
/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java310 public Phone getPhone() { method in class:InCallService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java169 getPhone() { method in class:CdmaMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java620 getPhone() { method in class:GsmMmiCode

Completed in 2840 milliseconds

12