Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsManagerTest.java57 private static final String SMS_SEND_ACTION = "CTS_SMS_SEND_ACTION"; field in SmsManagerTest
262 mSendIntent = new Intent(SMS_SEND_ACTION); in testSendMessages()
265 IntentFilter sendIntentFilter = new IntentFilter(SMS_SEND_ACTION); in testSendMessages()
271 mSendReceiver = new SmsBroadcastReceiver(SMS_SEND_ACTION); in testSendMessages()