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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCall.java47 public Phone getPhone() { method in class:ImsExternalCall
H A DImsPhoneCall.java98 getPhone() { method in class:ImsPhoneCall
H A DImsPhoneMmiCode.java525 public Phone getPhone() { return mPhone; } method in class:ImsPhoneMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java44 public Phone getPhone() { method in class:GsmCdmaCall
45 return mOwner.getPhone();
H A DMmiCode.java53 public Phone getPhone(); method in interface:MmiCode
H A DCall.java80 public abstract Phone getPhone(); method in class:Call
H A DPhoneFactory.java276 public static Phone getPhone(int phoneId) { method in class:PhoneFactory
294 Rlog.d(LOG_TAG, "getPhone:- " + dbgInfo + " phoneId=" + phoneId +
H A DPhoneSubInfoController.java80 Phone phone = getPhone(subId);
94 Phone phone = getPhone(subId);
109 Phone phone = getPhone(subId);
125 Phone phone = getPhone(subId);
143 Phone phone = getPhone(subId);
160 Phone phone = getPhone(subId);
178 Phone phone = getPhone(subId);
199 Phone phone = getPhone(subId);
217 Phone phone = getPhone(subId);
236 Phone phone = getPhone(subI
326 private Phone getPhone(int subId) { method in class:PhoneSubInfoController
[all...]
H A DUiccSmsController.java51 private Phone getPhone(int subId) { method in class:UiccSmsController
52 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId));
362 return getPhone(subId).getIccSmsInterfaceManager();
413 return getPhone(subId).getAppSmsManager().createAppSpecificSmsToken(callingPkg, intent);
H A DGsmCdmaCallTracker.java1631 public GsmCdmaPhone getPhone() { method in class:GsmCdmaCallTracker
H A DInboundSmsHandler.java286 public Phone getPhone() { method in class:InboundSmsHandler
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 DServiceStateTracker.java1625 protected Phone getPhone() { method in class:ServiceStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java153 protected abstract Phone getPhone(); method in class:SipConnectionBase
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...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java169 getPhone() { method in class:CdmaMmiCode
/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.java355 public Phone getPhone() { method in class:InCallService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java630 getPhone() { method in class:GsmMmiCode

Completed in 282 milliseconds