Searched defs:getPhone (Results 1 - 7 of 7) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
H A D | SubscriptionInfoHelper.java | 94 public Phone getPhone() { method in class:SubscriptionInfoHelper 96 ? PhoneFactory.getPhone(SubscriptionManager.getPhoneId(mSubId)) 97 : PhoneGlobals.getPhone();
|
H A D | PhoneGlobals.java | 492 public static Phone getPhone() { method in class:PhoneGlobals 496 public static Phone getPhone(int subId) { method in class:PhoneGlobals 497 return PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); 769 PhoneUtils.displayMMIComplete(mmiCode.getPhone(), getInstance(), mmiCode, null, null); 775 final Phone phone = PhoneFactory.getPhone(phoneId); 819 PhoneFactory.getPhone(phoneId) : PhoneFactory.getDefaultPhone();
|
H A D | PhoneInterfaceManager.java | 293 Phone phone = getPhone(end_subId); 302 hungUp = PhoneUtils.hangupRingingAndActive(getPhone(end_subId)); 868 return (request.subId == null) ? mPhone : getPhone(request.subId); 872 private Phone getPhone(int subId) { method in class:PhoneInterfaceManager 873 return PhoneFactory.getPhone(mSubscriptionController.getPhoneId(subId)); 989 final boolean hasRingingCall = !getPhone(subId).getRingingCall().isIdle(); 991 final boolean hasActiveCall = !getPhone(subId).getForegroundCall().isIdle(); 992 final boolean hasHoldingCall = !getPhone(subId).getBackgroundCall().isIdle(); 1031 final Phone phone = getPhone(subId); 1050 final Phone phone = getPhone(subI [all...] |
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
H A D | SipConnection.java | 62 if (getPhone() != null) { 63 getPhone().registerForPreciseCallStateChanged(mHandler, MSG_PRECISE_CALL_STATE_CHANGED, 73 if (getPhone() != null) { 74 getPhone().setEchoSuppressionEnabled(); 86 if (getPhone() != null) { 87 getPhone().startDtmf(c); 94 if (getPhone() != null) { 95 getPhone().stopDtmf(); 135 if (getPhone() != null && getState() == STATE_ACTIVE 136 && getPhone() 208 SipPhone getPhone() { method in class:SipConnection [all...] |
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
H A D | RawContactDeltaListTests.java | 173 static ValuesDelta getPhone(RawContactDeltaList set, long rawContactId, long dataId) { method in class:RawContactDeltaListTests 378 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); 403 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); 429 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); 529 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED);
|
/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnection.java | 130 +getPhone().getPhoneId()); 358 if (getPhone() != null) { 359 getPhone().setEchoSuppressionEnabled(); 423 if (isValidRingingCall() && getPhone() != null) { 425 getPhone().acceptCall(videoState); 460 Phone phone = mOriginalConnection.getCall().getPhone(); 506 mOriginalConnection.getCall().getPhone().switchHoldingAndActive(); 520 if (getPhone() != null) { 527 getPhone().conference(); 552 Phone phone = getPhone(); 699 Phone getPhone() { method in class:TelephonyConnection [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | BaseContactsProvider2Test.java | 1425 public String getPhone() { method in class:BaseContactsProvider2Test.GoldenContact
|
Completed in 872 milliseconds