Home | History | Annotate | Download | only in telephony

Lines Matching defs:CallEvent

67                         new CallEvent<Call>(callId, call));
76 new CallEvent<Call>(callId, call));
111 public static class CallEvent<EventType> {
116 CallEvent(String callId, EventType event) {
131 public static class VideoCallEvent<EventType> extends CallEvent<EventType> {
189 new CallEvent<String>(mCallId, getCallStateString(state)));
200 new CallEvent<String>(mCallId, getCallId(parent)));
217 new CallEvent<List<String>>(mCallId, childList));
229 new CallEvent<Details>(mCallId, details));
240 new CallEvent<List<String>>(mCallId, cannedTextResponses));
251 new CallEvent<String>(mCallId, remainingPostDialSequence));
321 new CallEvent<String>(mCallId, videoCall.toString()));
332 new CallEvent<Call>(mCallId, call));
348 new CallEvent<List<String>>(mCallId, confCallList));