Searched refs:onAddressChanged (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnection.java | 151 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged() method in RemoteConnection.Callback 1291 callback.onAddressChanged(connection, address, presentation); in setAddress()
|
D | Connection.java | 551 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged() method in Connection.Listener 1515 l.onAddressChanged(this, address, presentation); in setAddress()
|
D | ConnectionService.java | 589 public void onAddressChanged(Connection c, Uri address, int presentation) {
|
/frameworks/base/api/ |
D | current.txt | 36462 method public void onAddressChanged(android.telecom.RemoteConnection, android.net.Uri, int);
|
D | test-current.txt | 36539 method public void onAddressChanged(android.telecom.RemoteConnection, android.net.Uri, int);
|
D | system-current.txt | 39368 method public void onAddressChanged(android.telecom.RemoteConnection, android.net.Uri, int);
|