Searched defs:includeVideoProvider (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java34 public ParcelableCall toParcelableCall(Call call, boolean includeVideoProvider, argument
37 call, includeVideoProvider, phoneAccountRegistrar, false);
45 * @param includeVideoProvider {@code true} if the video provider should be parcelled with the
55 boolean includeVideoProvider,
58 return toParcelableCall(call, includeVideoProvider, phoneAccountRegistrar,
66 * @param includeVideoProvider {@code true} if the video provider should be parcelled with the
79 boolean includeVideoProvider,
170 includeVideoProvider,
171 includeVideoProvider ? call.getVideoProvider() : null,
53 toParcelableCall( Call call, boolean includeVideoProvider, PhoneAccountRegistrar phoneAccountRegistrar, boolean supportsExternalCalls) argument
77 toParcelableCall( Call call, boolean includeVideoProvider, PhoneAccountRegistrar phoneAccountRegistrar, boolean supportsExternalCalls, int overrideState) argument

Completed in 43 milliseconds