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

/packages/services/Telephony/src/com/android/phone/
H A DSubscriptionInfoHelper.java94 public Phone getPhone() { method in class:SubscriptionInfoHelper
96 ? PhoneFactory.getPhone(SubscriptionManager.getPhoneId(mSubId))
97 : PhoneGlobals.getPhone();
H A DPhoneGlobals.java420 public static Phone getPhone() { method in class:PhoneGlobals
424 public static Phone getPhone(int subId) { method in class:PhoneGlobals
425 return PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId));
622 PhoneUtils.displayMMIComplete(mmiCode.getPhone(), getInstance(), mmiCode, null, null);
628 final Phone phone = PhoneFactory.getPhone(phoneId);
735 PhoneFactory.getPhone(phoneId) : PhoneFactory.getDefaultPhone();
769 phoneInEcm = getPhone(phoneId);
853 Phone phone = getPhone(subId);
H A DPhoneInterfaceManager.java304 Phone phone = getPhone(end_subId);
313 hungUp = PhoneUtils.hangupRingingAndActive(getPhone(end_subId));
953 ? mPhone : getPhone(request.subId);
963 private Phone getPhone(int subId) { method in class:PhoneInterfaceManager
964 return PhoneFactory.getPhone(mSubscriptionController.getPhoneId(subId));
1080 final boolean hasRingingCall = !getPhone(subId).getRingingCall().isIdle();
1082 final boolean hasActiveCall = !getPhone(subId).getForegroundCall().isIdle();
1083 final boolean hasHoldingCall = !getPhone(subId).getBackgroundCall().isIdle();
1122 final Phone phone = getPhone(subId);
1141 final Phone phone = getPhone(subI
[all...]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java66 if (getPhone() != null) {
67 getPhone().registerForPreciseCallStateChanged(mHandler, MSG_PRECISE_CALL_STATE_CHANGED,
78 if (getPhone() != null) {
79 getPhone().setEchoSuppressionEnabled();
91 if (getPhone() != null) {
92 getPhone().startDtmf(c);
99 if (getPhone() != null) {
100 getPhone().stopDtmf();
140 if (getPhone() != null && getState() == STATE_ACTIVE
141 && getPhone()
225 SipPhone getPhone() { method in class:SipConnection
[all...]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java176 static ValuesDelta getPhone(RawContactDeltaList set, long rawContactId, long dataId) { method in class:RawContactDeltaListTests
393 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
418 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
444 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
544 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java154 +getPhone().getPhoneId());
510 if (getPhone() != null) {
511 getPhone().setEchoSuppressionEnabled();
575 if (isValidRingingCall() && getPhone() != null) {
577 getPhone().acceptCall(videoState);
628 Phone phone = mOriginalConnection.getCall().getPhone();
674 mOriginalConnection.getCall().getPhone().switchHoldingAndActive();
688 if (getPhone() != null) {
695 getPhone().conference();
741 Phone phone = getPhone();
1093 Phone getPhone() { method in class:TelephonyConnection
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1486 public String getPhone() { method in class:BaseContactsProvider2Test.GoldenContact

Completed in 3765 milliseconds