HomeSort by relevance Sort by last modified time
    Searched refs:callProperties (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 328 int callProperties = 0;
333 callProperties |= CONNECTION_TO_CALL_PROPERTIES[i + 1];
336 return callProperties;
Analytics.java 218 public int callProperties = 0;
247 this.callProperties = other.callProperties;
347 this.callProperties |= properties;
363 + " callProperties: " + Connection.propertiesToStringShort(callProperties)
433 .setConnectionProperties(callProperties);

Completed in 83 milliseconds