Home
last modified time | relevance | path

Searched refs:newAddress (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java1371 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/
DConference.java72 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged() argument
DConnection.java1247 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged() argument
DConnectionService.java1982 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {
1985 mAdapter.setAddress(id, newAddress, presentation);