Searched defs:NoConfirmationSendService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DNoConfirmationSendService.java33 public class NoConfirmationSendService extends IntentService { class in inherits:IntentService
34 public NoConfirmationSendService() { method in class:NoConfirmationSendService
36 super(NoConfirmationSendService.class.getName());
42 private static final String TAG = "Mms/NoConfirmationSendService";
46 ComposeMessageActivity.log("NoConfirmationSendService onHandleIntent");
50 ComposeMessageActivity.log("NoConfirmationSendService onHandleIntent wrong action: " +

Completed in 80 milliseconds