OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlertReceiver
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java
42
import com.android.calendar.alerts.
AlertReceiver
;
220
intent.setClass(a,
AlertReceiver
.class);
222
intent.setAction(
AlertReceiver
.ACTION_DISMISS_OLD_REMINDERS);
/packages/apps/Calendar/src/com/android/calendar/alerts/
QuickResponseActivity.java
106
Intent emailIntent =
AlertReceiver
.createEmailIntent(QuickResponseActivity.this,
AlertService.java
198
} else if (action.equals(
AlertReceiver
.ACTION_DISMISS_OLD_REMINDERS)) {
327
notification =
AlertReceiver
.makeBasicNotification(context, info.eventName,
332
notification =
AlertReceiver
.makeDigestNotification(context,
683
NotificationWrapper notification =
AlertReceiver
.makeExpandingNotification(context,
[
all
...]
AlertUtils.java
87
intent.setClass(context,
AlertReceiver
.class);
AlertReceiver.java
61
* -n "com.android.calendar/.alerts.
AlertReceiver
"
63
public class
AlertReceiver
extends BroadcastReceiver {
64
private static final String TAG = "
AlertReceiver
";
80
HandlerThread thr = new HandlerThread("
AlertReceiver
async");
461
* Creates a broadcast pending intent that fires to
AlertReceiver
when the email button
491
broadcastIntent.setClass(context,
AlertReceiver
.class);
Completed in 33 milliseconds