Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DGetTranscriptReceiver.java68 Assert.checkState(!hasPendingAlarm(context)); in beginPolling()
94 static boolean hasPendingAlarm(Context context) { in hasPendingAlarm() method in GetTranscriptReceiver
220 if (hasPendingAlarm(context)) { in processPendingTranscriptions()
DTranscriptionTaskAsync.java61 if (GetTranscriptReceiver.hasPendingAlarm(context)) { in getTranscription()