Searched refs:NoConfirmationSmsSendService (Results 1 – 3 of 3) sorted by relevance
40 public class NoConfirmationSmsSendService extends IntentService { class46 public NoConfirmationSmsSendService() { in NoConfirmationSmsSendService() method in NoConfirmationSmsSendService48 super(NoConfirmationSmsSendService.class.getName()); in NoConfirmationSmsSendService()
22 import com.android.messaging.datamodel.NoConfirmationSmsSendService;44 final Intent sendIntent = new Intent(this, NoConfirmationSmsSendService.class); in onCreate()
43 import com.android.messaging.datamodel.NoConfirmationSmsSendService;165 new ComponentName(context, NoConfirmationSmsSendService.class), in updateSmsReceiveHandler()172 new ComponentName(context, NoConfirmationSmsSendService.class), in updateSmsReceiveHandler()