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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNoConfirmationSmsSendService.java40 public class NoConfirmationSmsSendService extends IntentService { class in inherits:IntentService
46 public NoConfirmationSmsSendService() { method in class:NoConfirmationSmsSendService
48 super(NoConfirmationSmsSendService.class.getName());
57 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent");
63 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent wrong action: " +

Completed in 69 milliseconds