OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlertService
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java
86
AlertService
.updateAlertNotification(this);
AlertService.java
58
public class
AlertService
extends Service {
60
private static final String TAG = "
AlertService
";
[
all
...]
/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 78 milliseconds