Searched refs:SmsManagerTestService (Results 1 – 2 of 2) sorted by relevance
103 stopService(new Intent(this, SmsManagerTestService.class)); in onPause()171 Intent sendSmsIntent = new Intent(SmsManagerTestService.SEND_SMS); in sendOutgoingSmsService()172 sendSmsIntent.putExtra(SmsManagerTestService.EXTRA_SEND_TEXT, "Text"); in sendOutgoingSmsService()173 sendSmsIntent.putExtra(SmsManagerTestService.EXTRA_SEND_NUMBER, phoneNumber); in sendOutgoingSmsService()174 sendSmsIntent.putExtra(SmsManagerTestService.EXTRA_SEND_INTENT, in sendOutgoingSmsService()176 sendSmsIntent.setComponent(new ComponentName(this, SmsManagerTestService.class)); in sendOutgoingSmsService()
31 public class SmsManagerTestService extends IntentService { class65 public SmsManagerTestService() { in SmsManagerTestService() method in SmsManagerTestService