Home | History | Annotate | Download | only in calllogutils

Lines Matching refs:features

43    * @param features Value of features in column {@link android.provider.CallLog.Calls#FEATURES}.
49 String number, int features, String phoneAccountComponentName) {
50 return getCallbackAction(number, features, isDuoCall(phoneAccountComponentName));
57 * @param features Value of features in column {@link android.provider.CallLog.Calls#FEATURES}.
62 String number, int features, boolean isDuoCall) {
70 boolean isVideoCall = (features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO;