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

12345678

/frameworks/base/services/core/java/com/android/server/display/
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/telecomm/java/android/telecom/
H A DConnectionService.java462 public void onAddressChanged(Connection c, Uri address, int presentation) {
464 mAdapter.setAddress(id, address, presentation);
588 Uri address = connection.getAddress();
589 String number = address == null ? "null" : address.getSchemeSpecificPart();
H A DConnectionServiceAdapterServant.java352 public final void setAddress(String connectionId, Uri address, int presentation) {
355 args.arg2 = address;
H A DRemoteConnectionService.java265 public void setAddress(String callId, Uri address, int presentation) {
267 .setAddress(address, presentation);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java123 static final String SELECT_BY_REFERENCE = "address=? AND reference_number=? AND count=?";
685 String address = tracker.getAddress();
690 String[] whereArgs = {address, refNumber, count};
936 String address = tracker.getAddress();
943 String[] deleteWhereArgs = {address, refNumber, count};
948 "address=? AND reference_number=? AND count=? AND sequence=?",
949 new String[] {address, refNumber, count, seqNumber}, null);
H A DCommandsInterface.java819 void dial (String address, int clirMode, Message result); argument
832 void dial(String address, int clirMode, UUSInfo uusInfo, Message result); argument
1076 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1079 * less the SMSC address
1086 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1089 * less the SMSC address
1101 * @param smscPDU is smsc address in PDU form GSM BCD format prefixed
1104 * less the SMSC address
1397 * Gets the default SMSC address.
1399 * @param result Callback message contains the SMSC address
1409 setSmscAddress(String address, Message result) argument
[all...]
/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 & port
364 * @param destAddr the address o
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java246 InetAddress address = ADDRV6;
250 RouteInfo r = new RouteInfo(prefix, address, null);
260 r = new RouteInfo(prefix, address, "wlan0");
410 // Adding an address twice has no effect.
411 // Removing an address that's not present has no effect.
421 // Adding an address that's already present but with different properties causes the
422 // existing address to be updated and returns true.
427 // Create a LinkAddress object for the same address, but with different flags.
433 // Check that adding it updates the existing address instead of adding a new one.
494 // A link with an IPv6 address an
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java51 import javax.sip.address.Address;
52 import javax.sip.address.AddressFactory;
53 import javax.sip.address.SipURI;
H A DSipSessionGroup.java67 import javax.sip.address.Address;
68 import javax.sip.address.SipURI;
122 // external address observed from any response
129 * @throws SipException if cannot assign requested address
1266 Address address = referto.getAddress();
1267 SipURI uri = (SipURI) address.getURI();
1708 Address address = header.getAddress();
1709 SipURI uri = (SipURI) address.getURI();
1715 .setDisplayName(address.getDisplayName());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java658 onDial(String address) { argument
662 Rlog.d("GSM", "SC> dial '" + address + "'");
671 String phNum = PhoneNumberUtils.extractNetworkPortion(address);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java234 public void dial(String address, int clirMode, Message result) { argument
238 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { argument
511 public void setSmscAddress(String address, Message result) { argument
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java456 byte[] address = value.getTextString();
457 if (null != address) {
458 String str = new String(address);
460 Log.v(LOG_TAG, "parseHeaders: (to/cc/bcc) address: " + headerField
529 * (Address-present-token Encoded-string-value | Insert-address-token)
534 /* Address-present-token or Insert-address-token */
537 /* Address-present-token or Insert-address-token */
542 byte[] address = from.getTextString();
543 if (null != address) {
544 String str = new String(address);
[all...]
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp442 const String8& address,
454 data.writeString8(address);
516 const String8& address,
529 data.writeString8(address);
1094 String8 address(data.readString8());
1099 &devices, address, &latencyMs, flags);
1139 String8 address(data.readString8());
1144 &device, address, source, flags);
438 openOutput(audio_module_handle_t module, audio_io_handle_t *output, audio_config_t *config, audio_devices_t *devices, const String8& address, uint32_t *latencyMs, audio_output_flags_t flags) argument
512 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DSyn_filt_32_opt.s42 LDR r4, [r13, #40] @ get sig_hi[] address
43 LDR r5, [r13, #44] @ get sig_lo[] address
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java103 private String mAddress; /* remote address */
202 * Construct a BluetoothSocket from address. Used by native code.
207 * @param address remote device that this socket can connect to
212 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, argument
214 this(type, fd, auth, encrypt, new BluetoothDevice(address), port, null);
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonConnector.java150 LocalSocketAddress address = determineSocketAddress();
152 socket.connect(address);
H A DNetworkManagementService.java536 * Notify our observers of a new or updated interface address.
538 private void notifyAddressUpdated(String iface, LinkAddress address) { argument
543 mObservers.getBroadcastItem(i).addressUpdated(iface, address);
554 * Notify our observers of a deleted interface address.
556 private void notifyAddressRemoved(String iface, LinkAddress address) { argument
561 mObservers.getBroadcastItem(i).addressRemoved(iface, address);
707 * A network address change occurred
716 LinkAddress address;
720 address = new LinkAddress(cooked[3], flags, scope);
723 } catch(IllegalArgumentException e) { // Malformed/invalid IP address
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java198 /** Extracts the network address portion and canonicalizes
200 * Network address portion is everything up to DTMF control digit
240 * Extracts the network address portion and canonicalize.
244 * in the address portion, not just the first position.
797 * FIXME(mkf) support alphanumeric address type
987 * Return true iff the network portion of <code>address</code> is,
989 * destination address.
991 public static boolean isWellFormedSmsAddress(String address) { argument
993 PhoneNumberUtils.extractNetworkPortion(address);
1009 private static boolean isDialable(String address) { argument
1018 isNonSeparator(String address) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java317 * @return the BSSID, in the form of a six-byte MAC address: {@code XX:XX:XX:XX:XX:XX}
390 * Record the MAC address of the WLAN interface
391 * @param macAddress the MAC address in {@code XX:XX:XX:XX:XX:XX} form
442 public void setInetAddress(InetAddress address) { argument
443 mIpAddress = address;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dscale_sig_neon.s37 MOV r5, r0 @ copy x[] address
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h165 const String8& address,
182 const String8& address,
525 const String8& address,
532 const String8& address,
/frameworks/base/core/java/android/view/
H A DDisplay.java273 mAddress = displayInfo.address;
368 * Gets the display address, or null if none.
371 * @return The display address.
/frameworks/base/media/java/android/media/
H A DAudioDevice.java148 return mConfig.port().address();
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java118 (InetSocketAddress)proxy.address();

Completed in 603 milliseconds

12345678