Searched refs:PROPERTY_GENERIC_CONFERENCE (Results 1 – 6 of 6) sorted by relevance
306 .hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in getLargeIconToDisplay()352 call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
484 && !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()
561 context, call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()608 call.isConferenceCall() && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getLargeIconToDisplay()
519 Connection.PROPERTY_GENERIC_CONFERENCE,520 android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE,
44 mProperties = Connection.PROPERTY_GENERIC_CONFERENCE; in CdmaConference()
37 static final int PROPERTY_GENERIC_CONFERENCE = 1 << 1; field in SimulatorConference