Searched refs:SMS_SEND_ACTION (Results 1 – 1 of 1) sorted by relevance
57 private static final String SMS_SEND_ACTION = "CTS_SMS_SEND_ACTION"; field in SmsManagerTest262 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()