Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2432 int previousProperties = mConnectionProperties; in setConnectionProperties() local
2470 boolean wasExternal = (previousProperties & Connection.PROPERTY_IS_EXTERNAL_CALL) in setConnectionProperties()
2490 (previousProperties & Connection.PROPERTY_IS_DOWNGRADED_CONFERENCE) != 0; in setConnectionProperties()
2501 int xorProps = previousProperties ^ mConnectionProperties; in setConnectionProperties()
2505 Connection.propertiesToStringShort(previousProperties & xorProps), in setConnectionProperties()