Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DGetTranscriptReceiver.java57 static final String POLL_ALARM_ACTION = field in GetTranscriptReceiver
102 if (intent == null || !POLL_ALARM_ACTION.equals(intent.getAction())) { in onReceive()
166 intent.setAction(POLL_ALARM_ACTION); in makeBaseAlarmIntent()