Home
last modified time | relevance | path

Searched refs:getRecipientAddress (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsMessageBase.java519 public String getRecipientAddress() { in getRecipientAddress() method in SmsMessageBase
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java1214 public String getRecipientAddress() { in getRecipientAddress() method in SmsMessage
1215 return mWrappedSmsMessage.getRecipientAddress(); in getRecipientAddress()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cat/
DCATServiceTest.java204 assertEquals("12345", smsMessage.getRecipientAddress()); in testSendSmsCommandParams()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmSmsTest.java64 assertEquals("+8613693092030", sms.getRecipientAddress()); in testRecipientAddress()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParamsFactory.java822 destAddr.text = smsMessage.getRecipientAddress(); in processSMSEventNotify()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java125 assertEquals("12222", sms.getRecipientAddress()); in testRecipientAddress()