Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java74 private static final String MAIL_ACTION = "com.android.calendar.MAIL"; field in AlertReceiver
150 } else if (MAIL_ACTION.equals(intent.getAction())) { in onReceive()
662 Intent broadcastIntent = new Intent(MAIL_ACTION); in createBroadcastMailIntent()