Home
last modified time | relevance | path

Searched refs:setAddress (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/native/libs/binder/include/binder/
DIpPrefix.h58 void setAddress(const struct in6_addr& addr);
59 void setAddress(const struct in_addr& addr);
/frameworks/ex/common/java/com/android/common/
DRfc822Validator.java167 tokens[i].setAddress(removeIllegalCharacters(text) + "@" + mDomain); in fixText()
180 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain)); in fixText()
/frameworks/native/libs/binder/
DIpPrefix.cpp137 void IpPrefix::setAddress(const struct in6_addr& addr) in setAddress() function in android::net::IpPrefix
143 void IpPrefix::setAddress(const struct in_addr& addr) in setAddress() function in android::net::IpPrefix
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java157 public void setAddress(String address) { in setAddress() method in SimpleSessionDescription
158 mFields.setAddress(address); in setAddress()
418 public void setAddress(String address) { in setAddress() method in SimpleSessionDescription.Fields
/frameworks/av/media/libaudiofoundation/include/media/
DDeviceDescriptorBase.h45 void setAddress(const std::string &address) { mDeviceTypeAddr.mAddress = address; } in setAddress() function
/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java69 connection.setAddress(parcel.getHandle(), parcel.getHandlePresentation());
339 public void setAddress(String callId, Uri address, int presentation,
342 .setAddress(address, presentation);
540 .setAddress(request.getAddress()) in createRemoteConnection()
DConnectionServiceAdapter.java396 void setAddress(String callId, Uri address, int presentation) { in setAddress() method in ConnectionServiceAdapter
399 adapter.setAddress(callId, address, presentation, Log.getExternalSession()); in setAddress()
DConnectionRequest.java80 public @NonNull Builder setAddress(@NonNull Uri address) { in setAddress() method in ConnectionRequest.Builder
DParcelableConference.java80 public Builder setAddress(Uri address, in setAddress() method in ParcelableConference.Builder
DConnectionServiceAdapterServant.java242 mDelegate.setAddress((String) args.arg1, (Uri) args.arg2, args.argi1,
555 public final void setAddress(String connectionId, Uri address, int presentation,
DPhoneAccount.java490 public Builder setAddress(Uri value) { in setAddress() method in PhoneAccount.Builder
DConference.java1072 public final void setAddress(@NonNull Uri address, in setAddress() method in Conference
DConnectionService.java1568 mAdapter.setAddress(id, newAddress, presentation);
1644 mAdapter.setAddress(id, address, presentation);
1880 .setAddress(conference.getAddress(), conference.getAddressPresentation()) in createConference()
2498 .setAddress(conference.getAddress(), conference.getAddressPresentation()) in addConference()
DRemoteConnection.java1394 void setAddress(final Uri address, final int presentation) { in setAddress() method in RemoteConnection
DConnection.java2334 public final void setAddress(Uri address, int presentation) { in setAddress() method in Connection
/frameworks/base/core/java/android/text/util/
DRfc822Token.java73 public void setAddress(@Nullable String address) { in setAddress() method in Rfc822Token
/frameworks/av/media/libaudiofoundation/tests/
Daudiofoundation_parcelable_test.cpp133 desc->setAddress("DeviceDescriptorBaseTestAddress"); in TEST()
/frameworks/base/core/java/android/companion/
DBluetoothDeviceFilter.java186 public Builder setAddress(@Nullable String address) { in setAddress() method in BluetoothDeviceFilter.Builder
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl98 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress() method
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java290 .setAddress(Uri.parse(address)) in runRegisterSimPhoneAccount()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp336 moduleDevice->setAddress(devAddress.string()); in getDeviceDescriptor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java531 c.setAddress(newNumber, PhoneConstants.PRESENTATION_ALLOWED); in testChangeNumber()
DConnection.java1204 public void setAddress(String newAddress, int numberPresentation) { in setAddress() method in Connection
/frameworks/av/services/audioflinger/
DPatchPanel.cpp373 device->setAddress(patch->sinks[i].ext.device.address); in createAudioPatch()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4417 mAvailableInputDevices[i]->setAddress(AUDIO_BOTTOM_MICROPHONE_ADDRESS); in initialize()
4419 mAvailableInputDevices[i]->setAddress(AUDIO_BACK_MICROPHONE_ADDRESS); in initialize()

12