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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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 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));
362 return getPhone(subId).getIccSmsInterfaceManager();
413 return getPhone(subId).getAppSmsManager().createAppSpecificSmsToken(callingPkg, intent);
H A DCall.java80 public abstract Phone getPhone(); method in class:Call
H A DGsmCdmaConnection.java203 super(parent.getPhone().getPhoneType());
521 GsmCdmaPhone phone = mOwner.getPhone();
593 mOwner.getPhone().notifyDisconnect(this);
896 postDialHandler = mOwner.getPhone().getPostDialHandler();
1105 return mOwner.getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_GSM;
H A DVisualVoicemailSmsFilter.java87 PhoneFactory.getPhone(phoneId).getFullIccSerialNumber());
H A DCellularNetworkService.java73 mPhone = PhoneFactory.getPhone(getSlotId());
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 DWapPushOverSms.java176 int phoneId = handler.getPhone().getPhoneId();
H A DSubscriptionController.java517 Phone phone = PhoneFactory.getPhone(slotIndex);
1979 Phone phone = PhoneFactory.getPhone(slotIndex);
H A DGsmCdmaCallTracker.java1631 public GsmCdmaPhone getPhone() { method in class:GsmCdmaCallTracker
H A DInboundSmsHandler.java286 public Phone getPhone() { method in class:InboundSmsHandler
/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();
248 doReturn(mPhoneHold).when(mBgCall).getPhone();
269 doReturn(mPhoneHold).when(mBgCall).getPhone();
H A DTelephonyTest.java450 doReturn(mPhone).when(mCT).getPhone();
453 doReturn(mPhone).when(mInboundSmsHandler).getPhone();
/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
/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.java355 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/dataconnection/
H A DCellularDataService.java77 mPhone = PhoneFactory.getPhone(getSlotId());

Completed in 348 milliseconds

12