Searched defs:getPhone (Results 1 - 19 of 19) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMmiCode.java50 public Phone getPhone(); method in interface:MmiCode
H A DCall.java86 public abstract Phone getPhone(); method in class:Call
H A DPhoneFactory.java220 public static Phone getPhone(int phoneId) { method in class:PhoneFactory
237 Rlog.d(LOG_TAG, "getPhone:- " + dbgInfo + " phoneId=" + phoneId + " phone=" + phone);
H A DPhoneSubInfoController.java51 Phone phone = getPhone(phoneId);
227 return getPhone(phoneId).getPhoneSubInfoProxy();
235 private PhoneProxy getPhone(int phoneId) { method in class:PhoneSubInfoController
H A DInboundSmsHandler.java254 public PhoneBase getPhone() { method in class:InboundSmsHandler
H A DCallManager.java214 return phone.getForegroundCall().getPhone();
227 * foregroundCall.getPhone() returns GSMPhone obj. On the other hand,
232 * phone.getForegroundCall().getPhone() != phone
234 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
256 private Phone getPhone(int subId) { method in class:CallManager
378 phone = getFirstActiveRingingCall().getPhone();
380 phone = getActiveFgCall().getPhone();
383 phone = getFirstActiveBgCall().getPhone();
391 phone = getFirstActiveRingingCall(subId).getPhone();
393 phone = getActiveFgCall(subId).getPhone();
[all...]
H A DServiceStateTracker.java626 protected abstract Phone getPhone(); method in class:ServiceStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java54 getPhone() { method in class:CdmaCall
H A DCdmaMmiCode.java167 getPhone() { method in class:CdmaMmiCode
H A DCdmaServiceStateTracker.java603 protected Phone getPhone() { method in class:CdmaServiceStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java55 getPhone() { method in class:GsmCall
H A DGsmServiceStateTracker.java292 protected Phone getPhone() { method in class:GsmServiceStateTracker
H A DGsmMmiCode.java569 getPhone() { method in class:GsmMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java79 getPhone() { method in class:ImsPhoneCall
H A DImsPhoneMmiCode.java472 public Phone getPhone() { return mPhone; } method in class:ImsPhoneMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java164 protected abstract Phone getPhone(); method in class:SipConnectionBase
H A DSipPhone.java461 public Phone getPhone() { method in class:SipPhone.SipCall
502 + ": " + this + " on phone " + getPhone());
515 + ": " + this + " on phone " + getPhone());
670 + getPhone() + " " + mConnections.size());
750 + getPhone());
798 + " on phone " + getPhone());
926 protected Phone getPhone() { method in class:SipPhone.SipConnection
927 return mOwner.getPhone();
935 + getPhone().getPhoneName());
957 SipCall call = (getPhone()
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java180 public Phone getPhone() { method in class:InCallService
/frameworks/base/location/java/android/location/
H A DAddress.java368 public String getPhone() { method in class:Address

Completed in 1010 milliseconds