Searched refs:reportAlarmIntent (Results 1 – 2 of 2) sorted by relevance
40 final Intent reportAlarmIntent = new Intent(ACTION_REPORT_ALARM_EXPIRED) in onReceive() local49 reportAlarmIntent.putExtra(FgsTester.EXTRA_FGS_START_RESULT, result); in onReceive()51 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, in onClick()