Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DGetTranscriptReceiver.java188 Intent nextIntent = getNextAlarmIntent(intent); in doInBackground() local
189 if (nextIntent == null) { in doInBackground()
193 long nextDelayMillis = nextIntent.getLongExtra(EXTRA_DELAY_MILLIS, 0L); in doInBackground()
198 scheduleAlarm(context, nextDelayMillis, nextIntent); in doInBackground()