Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DGetTranscriptReceiver.java193 long nextDelayMillis = nextIntent.getLongExtra(EXTRA_DELAY_MILLIS, 0L); in doInBackground() local
197 "doInBackground, check again in %d, for: %s", nextDelayMillis, transcriptId)); in doInBackground()
198 scheduleAlarm(context, nextDelayMillis, nextIntent); in doInBackground()