Home | History | Annotate | Download | only in telecom

Lines Matching refs:features

67          * @param features The features of the call (e.g. FEATURES_VIDEO). @see
77 int features, PhoneAccountHandle accountHandle, long creationDate,
87 this.features = features;
105 public final int features;
253 * @param features The features of the call.
269 int features,
308 viaNumber, presentation, callType, features, accountHandle, start, duration,
317 * Based on the video state of the call, determines the call features applicable for the call.
323 * @return The call features.
327 int features = 0;
329 features |= Calls.FEATURES_VIDEO;
332 features |= Calls.FEATURES_PULLED_EXTERNALLY;
335 features |= Calls.FEATURES_HD_CALL;
338 features |= Calls.FEATURES_ASSISTED_DIALING_USED;
341 features |= Calls.FEATURES_RTT;
343 return features;
453 c.presentation, c.callType, c.features, c.accountHandle, c.timestamp,