Home
last modified time | relevance | path

Searched refs:PROPERTY_ASSISTED_DIALING (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java307 (call.getConnectionProperties() & Connection.PROPERTY_ASSISTED_DIALING) == in logCall()
308 Connection.PROPERTY_ASSISTED_DIALING, in logCall()
H A DParcelableCallUtils.java549 Connection.PROPERTY_ASSISTED_DIALING,
550 android.telecom.Call.Details.PROPERTY_ASSISTED_DIALING,
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DImsConferenceTest.java81 mConferenceHost.setConnectionProperties(Connection.PROPERTY_ASSISTED_DIALING in testPropertyPropagation()
115 assertEquals(0, c.getConnectionProperties() & Connection.PROPERTY_ASSISTED_DIALING); in testPropertyPropagation()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCall.java648 public static final int PROPERTY_ASSISTED_DIALING = 0x00000200; field in Call.Details
875 if (hasProperty(properties, PROPERTY_ASSISTED_DIALING)) { in propertiesToString()
H A DConnection.java520 public static final int PROPERTY_ASSISTED_DIALING = 1 << 9; field in Connection
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1472 newProperties = changeBitmask(newProperties, PROPERTY_ASSISTED_DIALING, in updateConnectionProperties()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39679 field public static final int PROPERTY_ASSISTED_DIALING = 512; // 0x200
39982 field public static final int PROPERTY_ASSISTED_DIALING = 512; // 0x200