List of usage examples for android.content BroadcastReceiver subclass-usage
From source file org.zywx.wbpalmstar.platform.push.PushRecieveMsgReceiver.java
public class PushRecieveMsgReceiver extends BroadcastReceiver { public static final String ACTION_PUSH = "org.zywx.push.receive"; private static Context mContext; public static final int F_TYPE_PUSH = 10; private static int notificationNB = 0;
From source file com.vinexs.eeb.receiver.BaseReceiverGCM.java
@SuppressWarnings("unused") public abstract class BaseReceiverGCM extends BroadcastReceiver { protected NotificationManagerCompat notifyMgr; protected NotificationCompat.Builder builder; protected GoogleCloudMessaging gcm = null;
From source file com.mts2792.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.sonetel.plugins.sonetelcallthru.CallThru.java
public class CallThru extends BroadcastReceiver { private static final String THIS_FILE = "CallHandlerTelephony"; private static Bitmap sPhoneAppBmp = null; private static boolean sPhoneAppInfoLoaded = false;
From source file org.chromium.chrome.browser.download.DownloadManagerService.java
/** * Chrome implementation of the DownloadNotificationService interface. This class is responsible for * keeping track of which downloads are in progress. It generates updates for progress of downloads * and handles cleaning up of interrupted progress notifications. */ public class DownloadManagerService extends BroadcastReceiver
From source file com.stv.launcher.receiver.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 at.flack.receiver.SmsReceiver.java
public class SmsReceiver extends BroadcastReceiver { private SharedPreferences sharedPrefs; private boolean notify; private boolean vibrate, headsup; private int led_color;
From source file com.marlonjones.voidlauncher.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.sonetel.plugins.sonetelcallback.CallBack.java
public class CallBack extends BroadcastReceiver { private static final String THIS_FILE = "CallHandlerTelephony"; private static Bitmap sPhoneAppBmp = null; private static boolean sPhoneAppInfoLoaded = false;
From source file com.bccs.bsecure.SmsBroadcastReceiver.java
public class SmsBroadcastReceiver extends BroadcastReceiver { private static final String SMS_RECEIVED = "android.provider.Telephony.SMS_RECEIVED"; private static final String SMS_SENT = "android.provider.Telephony.SMS_SENT"; public static String recentNumber = "5556"; public static long recentID = 0;