Example usage for android.content BroadcastReceiver subclass-usage

List of usage examples for android.content BroadcastReceiver subclass-usage

Introduction

In this page you can find the example usage for android.content BroadcastReceiver subclass-usage.

Usage

From source file com.sogistudio.online.management.ConnectionChangeReceiver.java

/**
 * ConnectionChangeReceiver
 * 
 * Sends broadcast on connection change.
 */

From source file com.cloverstudio.spika.management.ConnectionChangeReceiver.java

/**
 * ConnectionChangeReceiver
 * 
 * Sends broadcast on connection change.
 */

From source file org.qeo.deviceregistration.ui.NotificationHelper.java

/**
 * Class which handles display of notifications.
 */
public class NotificationHelper extends BroadcastReceiver {
    private static final Logger LOG = Logger.getLogger("NotificationHelper");

From source file com.cloverstudio.spikademo.management.ConnectionChangeReceiver.java

/**
 * ConnectionChangeReceiver
 * 
 * Sends broadcast on connection change.
 */

From source file org.wso2.emm.agent.services.DeviceStartupIntentReceiver.java

/**
 * Broadcast receiver for device boot action used to start agent local
 * notification service at device startup.
 */
public class DeviceStartupIntentReceiver extends BroadcastReceiver {
    private static final int DEFAULT_TIME_MILLISECONDS = 0;

From source file com.facebook.internal.BoltsMeasurementEventListener.java

/**
 * com.facebook.internal is solely for the use of other packages within the Facebook SDK for
 * Android. Use of any of the classes in this package is unsupported, and they may be modified or
 * removed without warning at any time.
 */
public class BoltsMeasurementEventListener extends BroadcastReceiver {

From source file com.cpd.receivers.LibraryRenewAlarmBroadcastReceiver.java

/**
 * Handles requests to renew books during day for library auto-renew.
 *
 * @author Alan Wink
 * @author Theodoro Mota
 * @version 2.0

From source file io.hypertrack.sendeta.receiver.GpsLocationReceiver.java

/**
 * Created by piyush on 08/07/16.
 */
public class GpsLocationReceiver extends BroadcastReceiver {

    public static final String LOCATION_CHANGED = "LOCATION_CHANGED";

From source file com.auth0.lock.core.AuthenticationReceiver.java

public class AuthenticationReceiver extends BroadcastReceiver {

    LockBase.LockCallback callback;
    LocalBroadcastManager broadcastManager;

    public AuthenticationReceiver(LocalBroadcastManager broadcastManager, LockBase.LockCallback callback) {

From source file com.ephemeraldreams.gallyshuttle.ui.receivers.ArrivalNotificationReceiver.java

/**
 * Broadcast receiver to send an arrival notification at the arrival time.
 */
public class ArrivalNotificationReceiver extends BroadcastReceiver {

    public static final String EXTRA_STATION_NAME = "extra_station_name";