Home
last modified time | relevance | path

Searched refs:getConnectionProperties (Results 1 – 10 of 10) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DGsmConnection.java64 if ((getConnectionProperties() & PROPERTY_IS_DOWNGRADED_CONFERENCE) != 0) { in buildConnectionProperties()
86 if ((getConnectionProperties() & PROPERTY_IS_DOWNGRADED_CONFERENCE) != 0) { in buildConnectionCapabilities()
DImsConference.java181 int properties = ImsConference.this.getConnectionProperties();
619 setConnectionProperties(applyHostProperties(getConnectionProperties(), in setConferenceHost()
620 mConferenceHost.getConnectionProperties())); in setConferenceHost()
891 c.getConnectionProperties() | Connection.PROPERTY_IS_DOWNGRADED_CONFERENCE); in handleOriginalConnectionChange()
DImsConferenceController.java129 if ((connection.getConnectionProperties() & Connection.PROPERTY_IS_EXTERNAL_CALL) == in add()
158 if ((connection.getConnectionProperties() & Connection.PROPERTY_IS_EXTERNAL_CALL) == in remove()
DTelephonyConnection.java628 if ((getConnectionProperties() & Connection.PROPERTY_IS_EXTERNAL_CALL) != in onPullExternalCall()
806 if (getConnectionProperties() != newProperties) { in updateConnectionProperties()
820 if ((getConnectionProperties() & PROPERTY_IS_DOWNGRADED_CONFERENCE) != 0) { in updateAddress()
1850 sb.append(propertiesToString(getConnectionProperties())); in toString()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java659 Connection.propertiesToString(getConnectionProperties())); in toString()
1107 return (getConnectionProperties() & Connection.PROPERTY_IS_EXTERNAL_CALL) == in isExternalCall()
1127 setConnectionProperties(getConnectionProperties()); in setIsSelfManaged()
1278 int getConnectionProperties() { in getConnectionProperties() method in Call
1507 setConnectionProperties(connection.getConnectionProperties()); in handleCreateConnectionSuccess()
DParcelableCallUtils.java94 int properties = convertConnectionToCallProperties(call.getConnectionProperties()); in toParcelableCall()
DCallsManager.java2057 call.setConnectionProperties(parcelableConference.getConnectionProperties()); in createConferenceCall()
2701 boolean isDowngradedConference = (connection.getConnectionProperties() in createCallForExistingConnection()
2729 call.setConnectionProperties(connection.getConnectionProperties()); in createCallForExistingConnection()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java177 int properties = getConnectionProperties(); in TestConnection()
277 int newProperties = getConnectionProperties() & ~PROPERTY_IS_RTT; in onStopRtt()
DTestConnectionManager.java158 setConnectionProperties(remote.getConnectionProperties()); in TestManagedConnection()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DAnalyticsTests.java381 analyticsProto.callLogs[0].getConnectionProperties() & expectedProperties);