Home
last modified time | relevance | path

Searched refs:getDestinationAddress (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSmsManager.java144 public String getDestinationAddress() { in getDestinationAddress() method in ShadowSmsManager.DataMessageParams
184 public String getDestinationAddress() { in getDestinationAddress() method in ShadowSmsManager.TextSmsParams
220 public String getDestinationAddress() { in getDestinationAddress() method in ShadowSmsManager.TextMultipartParams
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSmsManagerTest.java38 assertThat(params.getDestinationAddress()).isEqualTo(destAddress); in sendTextMessage_shouldStoreLastSentTextParameters()
60 assertThat(params.getDestinationAddress()).isEqualTo(destAddress); in sendMultipartMessage_shouldStoreLastSendMultimediaParameters()
89 assertThat(params.getDestinationAddress()).isEqualTo(destAddress); in sendDataMessage_shouldStoreLastParameters()