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.java246 public int callProperties = 0; field in Analytics.CallInfoImpl
278 this.callProperties = other.callProperties; in CallInfoImpl()
396 this.callProperties |= properties; in addCallProperties()
419 + " callProperties: " + Connection.propertiesToStringShort(callProperties) in toString()
492 .setConnectionProperties(callProperties) in toProto()
DParcelableCallUtils.java566 int callProperties = 0; in convertConnectionToCallProperties() local
571 callProperties |= CONNECTION_TO_CALL_PROPERTIES[i + 1]; in convertConnectionToCallProperties()
574 return callProperties; in convertConnectionToCallProperties()