Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1821 int xorProps = previousProperties ^ mConnectionProperties; in setConnectionProperties() local
1825 Connection.propertiesToStringShort(previousProperties & xorProps), in setConnectionProperties()
1826 Connection.propertiesToStringShort(mConnectionProperties & xorProps)); in setConnectionProperties()