Home
last modified time | relevance | path

Searched refs:quarterlyIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetProvider.java262 final PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context); in startAlarmOnQuarterHour() local
264 am.setExact(AlarmManager.RTC, onQuarterHour, quarterlyIntent); in startAlarmOnQuarterHour()
279 PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context); in cancelAlarmOnQuarterHour() local
284 quarterlyIntent); in cancelAlarmOnQuarterHour()