Searched refs:reportAlarmIntent (Results 1 – 2 of 2) sorted by relevance
34 final Intent reportAlarmIntent = new Intent(ACTION_REPORT_ALARM_EXPIRED); in onReceive() local35 reportAlarmIntent.putExtra(EXTRA_ALARM_COUNT, count); in onReceive()36 reportAlarmIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in onReceive()37 reportAlarmIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in onReceive()38 context.sendBroadcast(reportAlarmIntent); in onReceive()
126 final Intent reportAlarmIntent = new Intent(ACTION_REPORT_ALARM) in onClick() local129 final PendingIntent onAlarm = PendingIntent.getBroadcast(this, 0, reportAlarmIntent, 0); in onClick()