Searched refs:setConnectionProperties (Results 1 - 8 of 8) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionManager.java71 setConnectionProperties(connectionProperties);
263 setConnectionProperties(connectionProperties);
/packages/services/Telephony/src/com/android/services/telephony/
H A DCdmaConference.java45 setConnectionProperties(mProperties);
H A DImsConference.java186 setConnectionProperties(applyHostProperties(properties, connectionProperties));
H A DTelephonyConnection.java667 setConnectionProperties(newProperties);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java267 public void setConnectionProperties(String callId, int connectionProperties) { method in class:ConnectionServiceWrapper.Adapter
272 logIncoming("setConnectionProperties %s %d", callId, connectionProperties);
275 call.setConnectionProperties(connectionProperties);
H A DCall.java992 void setConnectionProperties(int connectionProperties) { method in class:Call
993 Log.v(this, "setConnectionProperties: %s", Connection.propertiesToString(
1007 Log.v(this, "setConnectionProperties: external call changed isExternal = %b",
1113 setConnectionProperties(connection.getConnectionProperties());
H A DCallsManager.java1580 call.setConnectionProperties(parcelableConference.getConnectionProperties());
1975 call.setConnectionProperties(connection.getConnectionProperties());
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java96 fakeConnection.setConnectionProperties(mProperties);

Completed in 99 milliseconds