Home | History | Annotate | Download | only in incallui

Lines Matching refs:Details

30 import android.telecom.Call.Details;
154 android.telecom.Call telecomCall, android.telecom.Call.Details details) {
163 if (details.hasProperty(Details.PROPERTY_IS_EXTERNAL_CALL)
174 listener.onDetailsChanged(call, details);
548 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) {
586 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) {
680 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) {
747 // a bug for more details.
1161 activeCall.can(android.telecom.Call.Details.CAPABILITY_MERGE_CONFERENCE);
1163 activeCall.can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE);
1184 final boolean canHold = heldCall.can(android.telecom.Call.Details.CAPABILITY_HOLD);
1328 // but Telecom has not yet returned with the details of the call (handle, gateway, etc.).
1772 void onDetailsChanged(DialerCall call, android.telecom.Call.Details details);