Searched refs:addAppointmentIntent (Results 1 – 1 of 1) sorted by relevance
320 Intent addAppointmentIntent = new Intent(Intent.ACTION_EDIT); in testCalendarAddAppointment() local321 addAppointmentIntent.setType("vnd.android.cursor.item/event"); in testCalendarAddAppointment()322 assertCanBeHandled(addAppointmentIntent); in testCalendarAddAppointment()