Home | History | Annotate | Download | only in incallui

Lines Matching refs:Details

77     public void onDetailsChanged(Call call, android.telecom.Call.Details details) {
78 boolean canDisconnect = details.can(
79 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE);
80 boolean canSeparate = details.can(
81 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE);
83 if (call.can(android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE)
85 || call.can(android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE)
90 if (!details.can(
91 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)) {