Searched refs:nextIntent (Results 1 – 1 of 1) sorted by relevance
188 Intent nextIntent = getNextAlarmIntent(intent); in doInBackground() local189 if (nextIntent == null) { in doInBackground()193 long nextDelayMillis = nextIntent.getLongExtra(EXTRA_DELAY_MILLIS, 0L); in doInBackground()198 scheduleAlarm(context, nextDelayMillis, nextIntent); in doInBackground()