List of usage examples for android.content BroadcastReceiver subclass-usage
From source file com.swisscom.safeconnect.utils.gcm.GcmBroadcastReceiver.java
public class GcmBroadcastReceiver extends BroadcastReceiver { public static final int NOTIFICATION_ID = 1; private NotificationManager mNotificationManager; private Object[] convertJsonToStringArray(String json) { try {
From source file com.andrewchelladurai.simplebible.utilities.NotificationDisplayer.java
/** * Created by Andrew Chelladurai - TheUnknownAndrew[at]GMail[dot]com on 17-Nov-2016 @ 6:09 PM */ public class NotificationDisplayer extends BroadcastReceiver { private static final String TAG = "SB_AlarmReceiver";
From source file com.ksutopia.bbtalks.plugins.P202LanguageDetailsChecker.java
public class P202LanguageDetailsChecker extends BroadcastReceiver { private List<String> supportedLanguages; private CallbackContext callbackContext; public P202LanguageDetailsChecker(CallbackContext callbackContext) { super();
From source file com.sakisds.icymonitor.GcmBroadcastReceiver.java
public class GcmBroadcastReceiver extends BroadcastReceiver { private Context mContext; private SharedPreferences mSettings; private Resources mRes; @Override
From source file com.appnexus.opensdk.InstallTrackerPixel.java
class InstallTrackerPixel extends BroadcastReceiver { /* SET THIS TO YOUR PIXEL ID */ final String pid = ""; static final int RETRY_DELAY_INTERVAL_MS = 30 * 1000; static final int RETRY_DELAY_MAX_MS = 300 * 1000;
From source file com.example.wynne.LanguageDetailsChecker.java
public class LanguageDetailsChecker extends BroadcastReceiver { private List<String> supportedLanguages; private CallbackContext callbackContext; public LanguageDetailsChecker(CallbackContext callbackContext) { super();
From source file damo.three.ie.prepay.InternetAddonExpireReceiver.java
/** * Adds a notification in the notification bar when an internet add-on has expired or is about to. */ public class InternetAddonExpireReceiver extends BroadcastReceiver { @Override
From source file com.google.android.gcm.demo.app.GcmBroadcastReceiver.java
/** * Handling of GCM messages. */ public class GcmBroadcastReceiver extends BroadcastReceiver { static final String TAG = "GCMDemo"; public static final int NOTIFICATION_ID = 1;
From source file org.namelessrom.devicecontrol.receivers.BootUpReceiver.java
public class BootUpReceiver extends BroadcastReceiver { private static final int NOTIFICATION_ID = 1000; @Override public void onReceive(final Context ctx, final Intent intent) { if (intent == null) {
From source file org.apache.cordova.plugin.LanguageDetailsChecker.java
public class LanguageDetailsChecker extends BroadcastReceiver { private List<String> supportedLanguages; private CallbackContext callbackContext; public LanguageDetailsChecker(CallbackContext callbackContext) { super();