Searched refs:SMS_SEND_ACTION (Results 1 – 1 of 1) sorted by relevance
104 private static final String SMS_SEND_ACTION = "CTS_SMS_SEND_ACTION"; field in SmsManagerTest582 mSendIntent = new Intent(SMS_SEND_ACTION); in setupBroadcastReceivers()585 IntentFilter sendIntentFilter = new IntentFilter(SMS_SEND_ACTION); in setupBroadcastReceivers()595 mSendReceiver = new SmsBroadcastReceiver(SMS_SEND_ACTION); in setupBroadcastReceivers()