Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java1976 int previousProperties = mConnectionProperties; in setConnectionProperties() local
2012 boolean wasExternal = (previousProperties & Connection.PROPERTY_IS_EXTERNAL_CALL) in setConnectionProperties()
2032 (previousProperties & Connection.PROPERTY_IS_DOWNGRADED_CONFERENCE) != 0; in setConnectionProperties()
2043 int xorProps = previousProperties ^ mConnectionProperties; in setConnectionProperties()
2047 Connection.propertiesToStringShort(previousProperties & xorProps), in setConnectionProperties()