Searched defs:callProperties (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DAnalytics.java219 public int callProperties = 0; field in class:Analytics.CallInfoImpl
248 this.callProperties = other.callProperties;
348 this.callProperties |= properties;
364 + " callProperties: " + Connection.propertiesToStringShort(callProperties)
434 .setConnectionProperties(callProperties);

Completed in 127 milliseconds