Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetProvider.java262 final PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context); in startAlarmOnQuarterHour()
279 PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context); in cancelAlarmOnQuarterHour()
294 private PendingIntent getOnQuarterHourPendingIntent(Context context) { in getOnQuarterHourPendingIntent() method in DigitalAppWidgetProvider