Searched refs:getPhone (Results 1 - 21 of 21) 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 DCallManager.java216 return phone.getForegroundCall().getPhone();
229 * foregroundCall.getPhone() returns GSMPhone obj. On the other hand,
234 * phone.getForegroundCall().getPhone() != phone
236 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
258 private Phone getPhone(int subId) { method in class:CallManager
380 phone = getFirstActiveRingingCall().getPhone();
382 phone = getActiveFgCall().getPhone();
385 phone = getFirstActiveBgCall().getPhone();
393 phone = getFirstActiveRingingCall(subId).getPhone();
395 phone = getActiveFgCall(subId).getPhone();
[all...]
H A DPhoneSubInfoController.java45 Phone phone = getPhone(phoneId);
221 return getPhone(phoneId).getPhoneSubInfoProxy();
229 private PhoneProxy getPhone(int phoneId) { method in class:PhoneSubInfoController
H A DCall.java88 public abstract Phone getPhone(); method in class:Call
H A DPhoneFactory.java233 public static Phone getPhone(int phoneId) { method in class:PhoneFactory
251 Rlog.d(LOG_TAG, "getPhone:- " + dbgInfo + " phoneId=" + phoneId +
H A DWapPushOverSms.java131 int phoneId = handler.getPhone().getPhoneId();
H A DInboundSmsHandler.java262 public PhoneBase getPhone() { method in class:InboundSmsHandler
H A DServiceStateTracker.java640 protected abstract Phone getPhone(); method in class:ServiceStateTracker
H A DSubscriptionController.java1676 Phone phone = PhoneFactory.getPhone(slotIdx);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java462 public Phone getPhone() { method in class:SipPhone.SipCall
503 + ": " + this + " on phone " + getPhone());
516 + ": " + this + " on phone " + getPhone());
671 + getPhone() + " " + mConnections.size());
751 + getPhone());
799 + " on phone " + getPhone());
927 protected Phone getPhone() { method in class:SipPhone.SipConnection
928 return mOwner.getPhone();
936 + getPhone().getPhoneName());
958 SipCall call = (getPhone()
[all...]
H A DSipConnectionBase.java169 protected abstract Phone getPhone(); method in class:SipConnectionBase
/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.java621 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 DGsmMmiCode.java569 getPhone() { method in class:GsmMmiCode
H A DGsmServiceStateTracker.java283 protected Phone getPhone() { method in class:GsmServiceStateTracker
/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java246 public Phone getPhone() { method in class:InCallService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java99 getPhone() { method in class:ImsPhoneCall
H A DImsPhoneMmiCode.java492 public Phone getPhone() { return mPhone; } method in class:ImsPhoneMmiCode
/frameworks/base/location/java/android/location/
H A DAddress.java368 public String getPhone() { method in class:Address

Completed in 199 milliseconds