Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java558 Connection.PROPERTY_IS_ADHOC_CONFERENCE,
559 android.telecom.Call.Details.PROPERTY_IS_ADHOC_CONFERENCE,
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java547 public static final int PROPERTY_IS_ADHOC_CONFERENCE = 1 << 12; field in Connection
1214 if ((properties & PROPERTY_IS_ADHOC_CONFERENCE) == PROPERTY_IS_ADHOC_CONFERENCE) { in propertiesToStringInternal()
H A DCall.java687 public static final int PROPERTY_IS_ADHOC_CONFERENCE = 0x00002000; field in Call.Details
887 if (hasProperty(properties, PROPERTY_IS_ADHOC_CONFERENCE)) { in propertiesToString()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java533 Connection.PROPERTY_IS_ADHOC_CONFERENCE, in applyHostProperties()
534 (properties & Connection.PROPERTY_IS_ADHOC_CONFERENCE) != 0); in applyHostProperties()
H A DTelephonyConnection.java1477 newProperties = changeBitmask(newProperties, PROPERTY_IS_ADHOC_CONFERENCE, in updateConnectionProperties()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39687 field public static final int PROPERTY_IS_ADHOC_CONFERENCE = 8192; // 0x2000
39986 field public static final int PROPERTY_IS_ADHOC_CONFERENCE = 4096; // 0x1000