Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DAnalytics.java243 public int callProperties = 0; field in Analytics.CallInfoImpl
273 this.callProperties = other.callProperties; in CallInfoImpl()
383 this.callProperties |= properties; in addCallProperties()
405 + " callProperties: " + Connection.propertiesToStringShort(callProperties) in toString()
478 .setConnectionProperties(callProperties) in toProto()
DParcelableCallUtils.java567 int callProperties = 0; in convertConnectionToCallProperties() local
572 callProperties |= CONNECTION_TO_CALL_PROPERTIES[i + 1]; in convertConnectionToCallProperties()
575 return callProperties; in convertConnectionToCallProperties()