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.java1897 int xorProps = previousProperties ^ mConnectionProperties; in setConnectionProperties() local
1901 Connection.propertiesToStringShort(previousProperties & xorProps), in setConnectionProperties()
1902 Connection.propertiesToStringShort(mConnectionProperties & xorProps)); in setConnectionProperties()