Searched refs:nextDelayMillis (Results 1 – 1 of 1) sorted by relevance
193 long nextDelayMillis = nextIntent.getLongExtra(EXTRA_DELAY_MILLIS, 0L); in doInBackground() local197 "doInBackground, check again in %d, for: %s", nextDelayMillis, transcriptId)); in doInBackground()198 scheduleAlarm(context, nextDelayMillis, nextIntent); in doInBackground()