OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlertService
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java
19
import com.android.calendar.alerts.
AlertService
.NotificationWrapper;
30
cancelAllBetween(0,
AlertService
.MAX_NOTIFICATIONS);
SnoozeAlarmsService.java
86
AlertService
.updateAlertNotification(this);
AlertReceiver.java
48
import com.android.calendar.alerts.
AlertService
.NotificationWrapper;
62
* the
AlertService
class.
102
if (
AlertService
.DEBUG) {
121
AlertService
.updateAlertNotification(context);
140
AlertService
.updateAlertNotification(context);
156
i.setClass(context,
AlertService
.class);
449
ArrayList<
AlertService
.NotificationInfo> notificationInfos, String digestTitle,
500
for (
AlertService
.NotificationInfo info : notificationInfos) {
572
if (
AlertService
.DEBUG) {
573
for (
AlertService
.NotificationInfo info : notificationInfos)
[
all
...]
DismissAlarmsService.java
61
if (
AlertService
.DEBUG) {
AlarmScheduler.java
76
// notifications to work on these devices, a delay ensures that
AlertService
won't
179
if (
AlertService
.DEBUG) {
303
if (
AlertService
.DEBUG) {
312
// only used by
AlertService
for logging. It is ignored by Intent.filterEquals,
AlertActivity.java
260
AlertService
.updateAlertNotification(params[0]);
AlertService.java
58
public class
AlertService
extends Service {
60
private static final String TAG = "
AlertService
";
[
all
...]
GlobalDismissManager.java
541
AlertService
.updateAlertNotification(context);
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java
35
import com.android.calendar.alerts.
AlertService
.NotificationInfo;
36
import com.android.calendar.alerts.
AlertService
.NotificationWrapper;
230
MatrixCursor alertCursor = new MatrixCursor(
AlertService
.ALERT_PROJECTION);
398
AlertService
.MAX_NOTIFICATIONS);
402
AlertService
.generateAlerts(mContext, ntm, new MockAlarmManager(mContext), prefs,
403
at.getAlertCursor(), currentTime,
AlertService
.MAX_NOTIFICATIONS);
414
AlertService
.MAX_NOTIFICATIONS);
422
AlertService
.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime,
423
AlertService
.MAX_NOTIFICATIONS);
431
AlertService
.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime
[
all
...]
Completed in 79 milliseconds