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.java257 public int callProperties = 0; field in Analytics.CallInfoImpl
289 this.callProperties = other.callProperties; in CallInfoImpl()
407 this.callProperties |= properties; in addCallProperties()
430 + " callProperties: " + Connection.propertiesToStringShort(callProperties) in toString()
503 .setConnectionProperties(callProperties) in toProto()
DParcelableCallUtils.java578 int callProperties = 0; in convertConnectionToCallProperties() local
583 callProperties |= CONNECTION_TO_CALL_PROPERTIES[i + 1]; in convertConnectionToCallProperties()
586 return callProperties; in convertConnectionToCallProperties()