Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DTranscriptionTaskAsync.java61 if (GetTranscriptReceiver.hasPendingAlarm(context)) { in getTranscription()
88 GetTranscriptReceiver.beginPolling( in getTranscription()
101 GetTranscriptReceiver.beginPolling( in getTranscription()
DGetTranscriptReceiver.java48 public class GetTranscriptReceiver extends BroadcastReceiver { class
165 Intent intent = new Intent(context.getApplicationContext(), GetTranscriptReceiver.class); in makeBaseAlarmIntent()