Searched refs:newAddress (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 1371 public void setAddress(String newAddress, int numberPresentation) { in setAddress() argument 1372 Rlog.i(TAG, "setAddress = " + newAddress); in setAddress() 1373 mAddress = newAddress; in setAddress()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Conference.java | 72 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged() argument
|
D | Connection.java | 1247 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged() argument
|
D | ConnectionService.java | 1982 public void onAddressChanged(Conference c, Uri newAddress, int presentation) { 1985 mAdapter.setAddress(id, newAddress, presentation);
|