Home
last modified time | relevance | path

Searched refs:PROPERTY_IS_RTT (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorRttCall.java96 connection.getConnectionProperties() | Connection.PROPERTY_IS_RTT); in handleNewConnection()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionService.java179 properties |= PROPERTY_IS_RTT; in TestConnection()
286 int newProperties = getConnectionProperties() & ~PROPERTY_IS_RTT; in onStopRtt()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java1979 (changedProperties & Connection.PROPERTY_IS_RTT) == Connection.PROPERTY_IS_RTT; in setConnectionProperties()
1981 if ((mConnectionProperties & Connection.PROPERTY_IS_RTT) == in setConnectionProperties()
1982 Connection.PROPERTY_IS_RTT) { in setConnectionProperties()
3514 return (mConnectionProperties & Connection.PROPERTY_IS_RTT) == Connection.PROPERTY_IS_RTT; in isRttCall()
H A DParcelableCallUtils.java552 Connection.PROPERTY_IS_RTT,
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java511 public static final int PROPERTY_IS_RTT = 1 << 8; field in Connection
1201 if ((properties & PROPERTY_IS_RTT) == PROPERTY_IS_RTT) { in propertiesToStringInternal()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1474 newProperties = changeBitmask(newProperties, PROPERTY_IS_RTT, isRtt()); in updateConnectionProperties()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39988 field public static final int PROPERTY_IS_RTT = 256; // 0x100