Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java72 private static final String CALL_ACTION = "com.android.calendar.CALL"; field in AlertReceiver
124 } else if (CALL_ACTION.equals(intent.getAction())) { in onReceive()
834 Intent broadcastIntent = new Intent(CALL_ACTION); in createCallBroadcastIntent()