Home
last modified time | relevance | path

Searched refs:onConnectionPropertiesChanged (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java68 public void onConnectionPropertiesChanged(RemoteConnection connection,
305 public void onConnectionPropertiesChanged(RemoteConference conference,
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java122 void onConnectionPropertiesChanged(Call call, boolean didRttChange); in onConnectionPropertiesChanged() method
178 public void onConnectionPropertiesChanged(Call call, boolean didRttChange) {} in onConnectionPropertiesChanged() method in Call.ListenerBase
1797 l.onConnectionPropertiesChanged(this, didRttChange); in setConnectionProperties()
DInCallController.java755 public void onConnectionPropertiesChanged(Call call, boolean didRttChange) {
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java257 public void onConnectionPropertiesChanged(Connection c, int connectionProperties) {
DTelephonyConnection.java473 public void onConnectionPropertiesChanged(Connection c, int connectionProperties) {} in onConnectionPropertiesChanged() method in TelephonyConnection.TelephonyConnectionListener
3104 listener.onConnectionPropertiesChanged(this, newProperties); in notifyConnectionPropertiesChanged()