Home | History | Annotate | Download | only in provider

Lines Matching defs:FEATURES

208          * Bit-mask describing features of the call (e.g. video).
212 public static final String FEATURES = "features";
521 * @param features features of the call (e.g. Video).
532 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
535 presentation, callType, features, accountHandle, start, duration,
554 * @param features features of the call (e.g. Video).
571 int features, PhoneAccountHandle accountHandle, long start, int duration,
574 features, accountHandle, start, duration, dataUsage, addForAllUsers,
593 * @param features features of the call (e.g. Video).
614 int features, PhoneAccountHandle accountHandle, long start, int duration,
675 values.put(FEATURES, features);