HomeSort by relevance Sort by last modified time
    Searched full:secondarycall (Results 1 - 1 of 1) sorted by null

  /packages/apps/Car/Dialer/src/com/android/car/dialer/
OngoingCallFragment.java 250 UiCall secondaryCall = mUiCallManager.getSecondaryCall();
251 if (call == null || secondaryCall == null) {
256 mUiCallManager.conference(call, secondaryCall);
372 private void updateSecondaryCall(UiCall primaryCall, UiCall secondaryCall) {
373 if (primaryCall == null || secondaryCall == null) {
382 && secondaryCall.getState() == Call.STATE_HOLDING) {
389 mSecondaryNameTextView.setText(TelecomUtils.getDisplayName(context, secondaryCall));
391 TelecomUtils.callStateToUiString(context, secondaryCall.getState()));
393 loadContactPhotoForSecondaryNumber(secondaryCall.getNumber());

Completed in 407 milliseconds