List of usage examples for android.content BroadcastReceiver subclass-usage
From source file com.chrynan.guitartuner.NotificationPublishReceiver.java
/** * Created by chRyNaN on 1/27/2016. This class is a BroadcastReceiver that is triggered from an AlarmManager after a certain amount * of time if the user has not opened this app. It alerts the user to tune their guitar. This is useful to keep users engaged in * the application. */ public class NotificationPublishReceiver extends BroadcastReceiver {
From source file com.fitforever.message.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();
From source file br.com.virtz.www.cfcmob.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();
From source file com.mzhang.myautomsgapp.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();
From source file com.sarvex.buhee.utility.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();
From source file com.fitforever.fitprovider.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();
From source file dk.kk.cykelsuperstier.reminders.AlarmReceiver.java
public class AlarmReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { if (getAbortBroadcast()) {
From source file com.android.internal.telephony.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();
From source file mycroft.ai.mycroftcore_android.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();
From source file cl.chihau.holaauto.MessageReplyReceiver.java
/** * A receiver that gets called when a reply is sent to a given conversationId */ public class MessageReplyReceiver extends BroadcastReceiver { private static final String TAG = MessageReplyReceiver.class.getSimpleName();