Searched refs:address (Results 126 - 150 of 232) sorted by relevance

12345678910

/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java258 String address = "\"Foo\" <foo@google.com>, \"Bar\" <bar@google.com>";
259 assertEquals(0, tokenizer.findTokenStart(address, 21));
260 assertEquals(22, tokenizer.findTokenEnd(address, 21));
261 assertEquals(24, tokenizer.findTokenStart(address, 25));
262 assertEquals(46, tokenizer.findTokenEnd(address, 25));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java287 assertEquals(bearerData.callbackNumber.address, "3598271");
334 assertEquals(bearerData.callbackNumber.address, "3598271");
571 assertEquals("1234", bd1.callbackNumber.address);
583 assertEquals("5099214001", bd1.callbackNumber.address);
600 addr.address = "8005551212";
601 addr.numberOfDigits = (byte)addr.address.length();
611 assertEquals(addr.address, revAddr.address);
612 addr.address = "8*55#1012";
613 addr.numberOfDigits = (byte)addr.address
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dsyn_filt_opt.s39 MOV r4, r3 @ copy mem[] address
40 MOV r5, r13 @ copy yy = y_buf address
225 ADD r5, r13, #160 @ yy[64] address
/frameworks/base/core/java/android/provider/
H A DCallLog.java409 * The address associated with the account used to place or receive the call; in string
597 Uri address = account.getSubscriptionAddress();
598 if (address != null) {
599 accountAddress = address.getSchemeSpecificPart();
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp50 // Add a logical address to device.
51 int addLogicalAddress(cec_logical_address_t address);
52 // Clear all logical address registered to the device.
54 // Get physical address of device.
202 int HdmiCecController::addLogicalAddress(cec_logical_address_t address) { argument
203 return mDevice->add_logical_address(mDevice, address);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java93 public void dial(String address, int clirMode, Message result) { argument
97 public void dial(String address, int clirMode, UUSInfo uusInfo, argument
437 public void setSmscAddress(String address, Message result) { argument
H A DImsPhoneConnection.java722 * Check for a change in the address display related fields for the {@link ImsCall}, and
725 * @param imsCall The call to check for changes in address display fields.
726 * @return Whether the address display fields have been changed.
736 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI);
743 Rlog.d(LOG_TAG, "address = " + address + " name = " + name +
746 if(equalsHandlesNulls(mAddress, address)) {
747 mAddress = address;
975 sb.append(" address: ");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java92 public void dial(String address, int clirMode, Message result) { argument
96 public void dial(String address, int clirMode, UUSInfo uusInfo, argument
438 public void setSmscAddress(String address, Message result) { argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h170 const String8& address,
187 const String8& address,
533 const String8& address,
540 const String8& address,
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSerializer.h119 static const char address[]; /**< optional: device address, char string less than 64. */ member in struct:android::DevicePortTraits::Attributes
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java39 * it, such as the name, address, class, and bonding state.
42 * address. Objects of this class are immutable. Operations on this class
43 * are performed on the remote Bluetooth hardware address, using the
50 * of a known MAC address (which you can get through device discovery with
640 * Bluetooth MAC address must be upper case, such as "00:11:22:33:AA:BB",
642 * @param address valid Bluetooth MAC address
644 * @throws IllegalArgumentException address is invalid
647 /*package*/ BluetoothDevice(String address) { argument
649 if (!BluetoothAdapter.checkBluetoothAddress(address)) {
[all...]
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java133 public void connectFailed(URI uri, SocketAddress address, IOException failure) { argument
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java169 // and disconnected with its address (card , device) and force the
186 String address = AudioService.makeAlsaAddressString(alsaCard, alsaDevice);
195 " addr:" + address + " name:" + audioDevice.mDeviceName);
198 device, state, address, audioDevice.mDeviceName, TAG);
207 device, state, address, audioDevice.mDeviceName, TAG);
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java143 * Indicates that the address (e.g., phone number) of this {@code RemoteConnection} has
147 * @param address The new address of the {@code RemoteConnection}.
148 * @param presentation The presentation requirements for the address.
151 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} argument
767 * Obtains the address of this {@code RemoteConnection}.
769 * @return The address (e.g., phone number) to which the {@code RemoteConnection}
777 * Obtains the presentation requirements for the address of this {@code RemoteConnection}.
779 * @return The presentation requirements for the address. See
1282 void setAddress(final Uri address, fina argument
[all...]
H A DConnectionServiceAdapter.java344 void setAddress(String callId, Uri address, int presentation) { argument
347 adapter.setAddress(callId, address, presentation);
H A DPhoneAccount.java269 * Sets the address. See {@link PhoneAccount#getAddress}.
271 * @param value The address of the phone account.
280 * Sets the subscription address. See {@link PhoneAccount#getSubscriptionAddress}.
282 * @param value The subscription address.
417 Uri address,
428 mAddress = address;
463 * The address (e.g., a phone number) associated with this {@code PhoneAccount}. This
468 * @return A address expressed as a {@code Uri}, for example, a phone number.
415 PhoneAccount( PhoneAccountHandle account, Uri address, Uri subscriptionAddress, int capabilities, Icon icon, int highlightColor, CharSequence label, CharSequence shortDescription, List<String> supportedUriSchemes, Bundle extras, boolean isEnabled) argument
H A DTelecomManager.java289 * alternative address to dial which is different from the one specified and displayed to
290 * the user. This alternative address is referred to as the gateway address.
297 * original address to dial for the call. This is used when an alternative gateway address is
298 * provided to recall the original address.
488 * Indicates that the address or number of a call is allowed to be displayed for caller ID.
493 * Indicates that the address or number of a call is blocked by the other party.
498 * Indicates that the address or number of a call is not specified or known by the carrier.
503 * Indicates that the address o
1405 placeCall(Uri address, Bundle extras) argument
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java1036 String address = media.getAddress();
1037 if (address == null) {
1038 address = offer.getAddress();
1040 stream.associate(InetAddress.getByName(address),
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h262 const String8& address,
285 const String8& address,
/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java227 mBaseDisplayInfo.address = deviceInfo.address;
H A DWifiDisplayController.java255 public void requestConnect(String address) { argument
257 if (device.deviceAddress.equals(address)) {
497 final String address = device.deviceAddress;
498 if (mDesiredDevice != null && mDesiredDevice.deviceAddress.equals(address)) {
505 && mAdvertisedDisplay.getDeviceAddress().equals(address)) {
723 Slog.i(TAG, "Failed to get local interface address for communicating "
974 // The address is the same but some other property such as the
1002 Slog.w(TAG, "Could not obtain address of network interface "
1015 Slog.w(TAG, "Could not obtain address of network interface "
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java303 LinkAddress address, boolean allow) throws RemoteException {
304 // Our source address based firewall rules must only cover our own source address, not the
306 final String addrString = address.getAddress().getHostAddress();
302 setFirewallEgressSourceRule( LinkAddress address, boolean allow) argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp275 const char DevicePortTraits::Attributes::address[] = "address"; member in class:android::DevicePortTraits::Attributes
311 string address = getXmlAttribute(root, Attributes::address); local
312 if (!address.empty()) {
313 ALOGV("%s: address=%s for %s", __FUNCTION__, address.c_str(), name.c_str());
314 deviceDesc->mAddress = String8(address.c_str());
331 ALOGV("%s: adding device tag %s type %08x address %s", __FUNCTION__,
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp208 // Here we should never get an private address, but some buggy proxy
209 // servers do give us one. To solve this, we replace the address when
213 unsigned char *address = local
215 if (address[0] == 10 ||
216 (address[0] == 172 && (address[1] >> 4) == 1) ||
217 (address[0] == 192 && address[1] == 168)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java157 // address
291 * Get an SMS-SUBMIT PDU for a destination address and a message
293 * @param scAddr Service Centre address. Null means use default.
300 * address, if applicable, and the encoded message.
323 * Get an SMS-SUBMIT PDU for a data message to a destination address and port.
325 * @param scAddr Service Centre address. null == use default
326 * @param destAddr the address of the destination for the message
331 * address, if applicable, and the encoded message.
362 * Get an SMS-SUBMIT PDU for a data message to a destination address &amp; port
364 * @param destAddr the address o
[all...]

Completed in 9596 milliseconds

12345678910