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.java1847 int previousProperties = mConnectionProperties; in setConnectionProperties() local
1876 boolean wasExternal = (previousProperties & Connection.PROPERTY_IS_EXTERNAL_CALL) in setConnectionProperties()
1897 int xorProps = previousProperties ^ mConnectionProperties; in setConnectionProperties()
1901 Connection.propertiesToStringShort(previousProperties & xorProps), in setConnectionProperties()