Home | History | Annotate | Download | only in telecom

Lines Matching defs:callType

65          * @param callType The type of call (e.g INCOMING_TYPE). @see
76 String postDialDigits, String viaNumber, int presentation, int callType,
86 this.callType = callType;
104 public final int callType;
126 private static final String CALL_TYPE = "callType";
252 * @param callType The type of call.
268 int callType,
295 sendAddCallBroadcast(callType, duration);
299 + Log.pii(number) + "," + presentation + ", " + callType
308 viaNumber, presentation, callType, features, accountHandle, start, duration,
453 c.presentation, c.callType, c.features, c.accountHandle, c.timestamp,
478 private void sendAddCallBroadcast(int callType, long duration) {
480 callAddIntent.putExtra(CALL_TYPE, callType);