Lines Matching refs:secondary
121 private DialerCall secondary; field in CallCardPresenter
200 } else if (isIncomingEmergencyCall(primary) || isIncomingEmergencyCall(secondary)) { in onInCallScreenReady()
258 DialerCall secondary = null; in onStateChange() local
270 secondary = InCallPresenter.getCallToDisplay(callList, null, true); in onStateChange()
273 secondary = InCallPresenter.getCallToDisplay(callList, primary, true); in onStateChange()
277 LogUtil.v("CallCardPresenter.onStateChange", "secondary call: " + secondary); in onStateChange()
283 if (secondary != null) { in onStateChange()
284 secondaryNumber = secondary.getNumber(); in onStateChange()
291 !(DialerCall.areSame(this.secondary, secondary) in onStateChange()
294 this.secondary = secondary; in onStateChange()
328 if (this.secondary == null) { in onStateChange()
334 secondaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(context, this.secondary); in onStateChange()
336 maybeStartSearch(this.secondary, false); in onStateChange()
512 if (secondary == null) { in getSwapToSecondaryButtonState()
590 || (!isPrimary && secondary != null && TextUtils.equals(callId, secondary.getId())); in onContactInfoComplete()
616 } else if (secondary != null && callId.equals(secondary.getId())) { in onImageLoadComplete()
807 } else if (isIncomingEmergencyCall(secondary)) { in isPotentialEmergencyCall()
856 if (secondary == null) { in updateSecondaryDisplayInfo()
862 if (secondary.isMergeInProcess()) { in updateSecondaryDisplayInfo()
870 if (secondary.isConferenceCall()) { in updateSecondaryDisplayInfo()
876 context, secondary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE))) in updateSecondaryDisplayInfo()
877 .setProviderLabel(secondary.getCallProviderLabel()) in updateSecondaryDisplayInfo()
879 .setIsVideoCall(secondary.isVideoCall()) in updateSecondaryDisplayInfo()
889 .setName(secondary.updateNameIfRestricted(name)) in updateSecondaryDisplayInfo()
892 .setProviderLabel(secondary.getCallProviderLabel()) in updateSecondaryDisplayInfo()
893 .setIsVideoCall(secondary.isVideoCall()) in updateSecondaryDisplayInfo()
998 if (secondary == null) { in onSecondaryInfoClicked()
1011 "CallCardPresenter.onSecondaryInfoClicked", "swapping call to foreground: " + secondary); in onSecondaryInfoClicked()
1012 secondary.unhold(); in onSecondaryInfoClicked()