Home
last modified time | relevance | path

Searched refs:PROPERTY_GENERIC_CONFERENCE (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java306 .hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in getLargeIconToDisplay()
352 call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
DCallCardPresenter.java484 && !primary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)) in updatePrimaryCallState()
670 context, primary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE))) in updatePrimaryDisplayInfo()
876 context, secondary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE))) in updateSecondaryDisplayInfo()
DStatusBarNotifier.java561 context, call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
608 call.isConferenceCall() && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getLargeIconToDisplay()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java519 Connection.PROPERTY_GENERIC_CONFERENCE,
520 android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE,
/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConference.java44 mProperties = Connection.PROPERTY_GENERIC_CONFERENCE; in CdmaConference()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConference.java37 static final int PROPERTY_GENERIC_CONFERENCE = 1 << 1; field in SimulatorConference