OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGenericConference
(Results
1 - 2
of
2
) sorted by null
/packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java
236
final boolean
isGenericConference
= call.can(Capabilities.GENERIC_CONFERENCE);
239
final boolean showMerge = !
isGenericConference
&& canMerge;
295
mShowGenericMerge =
isGenericConference
&& canMerge;
296
mShowManageConference = (call.isConferenceCall() && !
isGenericConference
);
CallCardPresenter.java
289
private static boolean
isGenericConference
(Call call) {
356
final boolean isGenericConf =
isGenericConference
(mPrimary);
376
final boolean isGenericConf =
isGenericConference
(mSecondary);
Completed in 30 milliseconds