Home
last modified time | relevance | path

Searched defs:setAddress (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/binder/
DIpPrefix.cpp138 void IpPrefix::setAddress(const struct in6_addr& addr) in setAddress() function in android::net::IpPrefix
144 void IpPrefix::setAddress(const struct in_addr& addr) in setAddress() function in android::net::IpPrefix
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h43 void setAddress(const String8 &address) { mAddress = address; } in setAddress() function
/frameworks/base/core/java/android/text/util/
DRfc822Token.java73 public void setAddress(@Nullable String address) { in setAddress() method in Rfc822Token
/frameworks/base/core/java/android/companion/
DBluetoothDeviceFilter.java186 public Builder setAddress(@Nullable String address) { in setAddress() method in BluetoothDeviceFilter.Builder
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java157 public void setAddress(String address) { in setAddress() method in SimpleSessionDescription
418 public void setAddress(String address) { in setAddress() method in SimpleSessionDescription.Fields
/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java61 public Builder setAddress(Uri address) { in setAddress() method in ConnectionRequest.Builder
DConnectionServiceAdapter.java383 void setAddress(String callId, Uri address, int presentation) { in setAddress() method in ConnectionServiceAdapter
DPhoneAccount.java473 public Builder setAddress(Uri value) { in setAddress() method in PhoneAccount.Builder
DConference.java992 public final void setAddress(Uri address, int presentation) { in setAddress() method in Conference
DRemoteConnection.java1394 void setAddress(final Uri address, final int presentation) { in setAddress() method in RemoteConnection
DConnection.java2120 public final void setAddress(Uri address, int presentation) { in setAddress() method in Connection
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl92 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java1135 public void setAddress(String newAddress, int numberPresentation) { in setAddress() method in Connection