Home
last modified time | relevance | path

Searched refs:sendTextMessage (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DSmsManagerTest.java46 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null); in shouldStoreLastSentTextMessageParameters()
57 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null); in shouldClearLastSentTestMessageParameters()
64 smsManager.sendTextMessage("", testScAddress, testText, null, null); in sendTextMessage_shouldThrowExceptionWithEmptyDestination()
69 smsManager.sendTextMessage(testDestinationAddress, testScAddress, "", null, null); in sentTextMessage_shouldThrowExceptionWithEmptyText()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketChannelClient.java123 ws.sendTextMessage(json.toString()); in register()
156 ws.sendTextMessage(message); in send()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSmsManager.java26 public void sendTextMessage( in sendTextMessage() method in ShadowSmsManager
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java382 mSms.sendTextMessage( in smsSendTextMessage()