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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java286 public void setConnectionProperties(String callId, int connectionProperties) { method in class:ConnectionServiceWrapper.Adapter
291 logIncoming("setConnectionProperties %s %d", callId, connectionProperties);
294 call.setConnectionProperties(connectionProperties);
H A DCall.java1046 void setConnectionProperties(int connectionProperties) { method in class:Call
1047 Log.v(this, "setConnectionProperties: %s", Connection.propertiesToString(
1061 Log.v(this, "setConnectionProperties: external call changed isExternal = %b",
1214 setConnectionProperties(connection.getConnectionProperties());

Completed in 69 milliseconds