HomeSort by relevance Sort by last modified time
    Searched defs:getPhone (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 47 public Phone getPhone() {
ImsPhoneCall.java 98 getPhone() {
ImsPhoneMmiCode.java 525 public Phone getPhone() { return mPhone; }
    [all...]
  /packages/services/Telephony/src/com/android/phone/
SubscriptionInfoHelper.java 100 public Phone getPhone() {
102 ? PhoneFactory.getPhone(SubscriptionManager.getPhoneId(mSubId))
103 : PhoneGlobals.getPhone();
PhoneGlobals.java 423 public static Phone getPhone() {
427 public static Phone getPhone(int subId) {
428 return PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId));
609 PhoneUtils.displayMMIComplete(mmiCode.getPhone(), getInstance(), mmiCode, null, null);
719 phoneInEcm = PhoneFactory.getPhone(phoneId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 44 public Phone getPhone() {
45 return mOwner.getPhone();
MmiCode.java 53 public Phone getPhone();
Call.java 80 public abstract Phone getPhone();
PhoneSubInfoController.java 80 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(subId)
    [all...]
PhoneFactory.java 276 public static Phone getPhone(int phoneId) {
294 Rlog.d(LOG_TAG, "getPhone:- " + dbgInfo + " phoneId=" + phoneId +
UiccSmsController.java 51 private Phone getPhone(int subId) {
52 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId));
362 return getPhone(subId).getIccSmsInterfaceManager();
413 return getPhone(subId).getAppSmsManager().createAppSpecificSmsToken(callingPkg, intent);
GsmCdmaCallTracker.java     [all...]
InboundSmsHandler.java 286 public Phone getPhone() {
    [all...]
  /packages/services/Telephony/tests/src/com/android/services/telephony/
TestTelephonyConnection.java 78 when(mMockCall.getPhone()).thenReturn(mMockPhone);
91 public Phone getPhone() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 153 protected abstract Phone getPhone();
  /packages/apps/Contacts/src/com/android/contacts/model/
SimContact.java 74 public String getPhone() {
SimCard.java 102 public String getPhone() {
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 355 public Phone getPhone() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 169 getPhone() {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 66 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().getRingingCall().getState() != Call.State.WAITING)
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 153 assertEquals(phone, address.getPhone());
156 assertNull(address.getPhone());
329 assertEquals(address.getPhone(), parcel.readString());
  /frameworks/base/location/java/android/location/
Address.java 368 public String getPhone() {
  /packages/apps/Contacts/src/com/android/contacts/database/
SimContactDaoImpl.java 336 selectionArgs.add(contact.getPhone());
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaListTests.java 167 static ValuesDelta getPhone(RawContactDeltaList set, long rawContactId, long dataId) {
384 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
409 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
435 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
535 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 630 getPhone() {
    [all...]

Completed in 340 milliseconds

1 2 3