Searched defs:CALL_ACTION (Results 1 - 1 of 1) sorted by relevance

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

Completed in 167 milliseconds