Searched refs:MessagingService (Results 1 – 6 of 6) sorted by relevance
24 import com.example.android.smssample.service.MessagingService;57 intent.setAction(MessagingService.ACTION_MY_RECEIVE_SMS); in handleIncomingSms()58 intent.setClass(context, MessagingService.class); in handleIncomingSms()65 intent.setAction(MessagingService.ACTION_MY_RECEIVE_MMS); in handleIncomingMms()66 intent.setClass(context, MessagingService.class); in handleIncomingMms()
30 public class MessagingService extends IntentService { class37 public MessagingService() { in MessagingService() method in MessagingService
41 if (MessagingService.REPLY_ACTION.equals(intent.getAction())) { in onReceive()42 int conversationId = intent.getIntExtra(MessagingService.CONVERSATION_ID, -1); in onReceive()72 MessagingService.EXTRA_REMOTE_REPLY); in getMessageText()
37 public class MessagingService extends Service { class38 private static final String TAG = MessagingService.class.getSimpleName();157 private final WeakReference<MessagingService> mReference;159 IncomingHandler(MessagingService service) { in IncomingHandler()165 MessagingService service = mReference.get(); in handleMessage()
126 getActivity().bindService(new Intent(getActivity(), MessagingService.class), mConnection, in onStart()154 Message msg = Message.obtain(null, MessagingService.MSG_SEND_NOTIFICATION, in sendMsg()
2 page.tags="MessagingService"