public class AfterBootBroadcastReceiver
extends android.content.BroadcastReceiver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
AfterBootBroadcastReceiver() |
Modifier and Type | Method and Description |
---|---|
static int |
computeTotalTimePause(DbManager dbManager,
long entryId)
Compute the total pause time by adding each one
|
void |
onReceive(android.content.Context context,
android.content.Intent arg1) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String TAG
public static int computeTotalTimePause(DbManager dbManager, long entryId)
dbManager
- dbManagerentryId
- entry to checkpublic void onReceive(android.content.Context context, android.content.Intent arg1)
onReceive
in class android.content.BroadcastReceiver