List of usage examples for android.content BroadcastReceiver subclass-usage
From source file audio.lisn.service.MediaNotificationManager.java
/** * Keeps track of a notification and updates it automatically for a given * MediaSession. Maintaining a visible notification (usually) guarantees that the music service * won't be killed during playback. */ public class MediaNotificationManager extends BroadcastReceiver {
From source file com.example.groupproject.Model.LocationReceiver.java
public class LocationReceiver extends BroadcastReceiver { private Context _context; private long points = 0; @Override public void onReceive(Context context, Intent intent) {
From source file com.example.android.mediabrowserservice.MediaNotificationManager.java
/** * Keeps track of a notification and updates it automatically for a given * MediaSession. Maintaining a visible notification (usually) guarantees that the music service * won't be killed during playback. */ public class MediaNotificationManager extends BroadcastReceiver {
From source file nu.firetech.android.pactrack.backend.ParcelUpdater.java
public class ParcelUpdater extends BroadcastReceiver implements Runnable { private static final String TAG = "<PactrackDroid> ParcelUpdater"; public static void update(final RefreshContext ctx, Cursor parcel) { ArrayList<Bundle> workParcels = new ArrayList<Bundle>(); workParcels.add(cursorToBundle(parcel));
From source file com.lb.launcher.InstallShortcutReceiver.java
public class InstallShortcutReceiver extends BroadcastReceiver { private static final String TAG = "InstallShortcutReceiver"; private static final boolean DBG = false; private static final String ACTION_INSTALL_SHORTCUT = "com.android.launcher.action.INSTALL_SHORTCUT";
From source file com.phearom.um.MediaNotificationManager.java
/** * Keeps track of a notification and updates it automatically for a given * MediaSession. Maintaining a visible notification (usually) guarantees that the music service * won't be killed during playback. */ public class MediaNotificationManager extends BroadcastReceiver {
From source file com.radiofarda.istgah.MediaNotificationManager.java
/** * Keeps track of a notification and updates it automatically for a given * MediaSession. Maintaining a visible notification (usually) guarantees that the music service * won't be killed during playback. */ public class MediaNotificationManager extends BroadcastReceiver {
From source file com.torrenttunes.android.MediaNotificationManager.java
/** * Keeps track of a notification and updates it automatically for a given * MediaSession. Maintaining a visible notification (usually) guarantees that the music service * won't be killed during playback. */ public class MediaNotificationManager extends BroadcastReceiver {
From source file com.guoxiaoxing.music.MediaNotificationManager.java
/** * Keeps track of a notification and updates it automatically for a given * MediaSession. Maintaining a visible notification (usually) guarantees that the music service * won't be killed during playback. */ public class MediaNotificationManager extends BroadcastReceiver {
From source file com.mts2792.music.uamp.MediaNotificationManager.java
/** * Keeps track of a notification and updates it automatically for a given * MediaSession. Maintaining a visible notification (usually) guarantees that the music service * won't be killed during playback. */ public class MediaNotificationManager extends BroadcastReceiver {