Searched refs:address (Results 101 - 125 of 181) sorted by relevance

12345678

/frameworks/base/core/java/android/os/
H A DMemoryFile.java45 // returns memory address for ashmem region
50 private static native int native_read(FileDescriptor fd, long address, byte[] buffer, argument
52 private static native void native_write(FileDescriptor fd, long address, byte[] buffer, argument
58 private long mAddress; // address of ashmem memory
/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java210 mBaseDisplayInfo.address = deviceInfo.address;
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java199 private void addUsbEndpoint(int address, int attributes, int maxPacketSize, int interval) { argument
200 mNewEndpoints.add(new UsbEndpoint(address, attributes, maxPacketSize, interval));
H A DUsbDebuggingManager.java74 LocalSocketAddress address = new LocalSocketAddress(ADBD_SOCKET,
79 mSocket.connect(address);
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java308 void setAddress(String callId, Uri address, int presentation) { argument
311 adapter.setAddress(callId, address, presentation);
H A DConnection.java682 * @return The address (e.g., phone number) to which this Connection is currently communicating.
689 * @return The presentation requirements for the address.
860 * @param address The new address.
861 * @param presentation The presentation requirements for the address.
864 public final void setAddress(Uri address, int presentation) { argument
866 Log.d(this, "setAddress %s", address);
867 mAddress = address;
870 l.onAddressChanged(this, address, presentation);
H A DPhoneAccount.java212 * Sets the address. See {@link PhoneAccount#getAddress}.
214 * @param value The address of the phone account.
223 * Sets the subscription address. See {@link PhoneAccount#getSubscriptionAddress}.
225 * @param value The subscription address.
389 Uri address,
401 mAddress = address;
438 * The address (e.g., a phone number) associated with this {@code PhoneAccount}. This
443 * @return A address expressed as a {@code Uri}, for example, a phone number.
387 PhoneAccount( PhoneAccountHandle account, Uri address, Uri subscriptionAddress, int capabilities, int iconResId, String iconPackageName, Bitmap iconBitmap, int iconTint, int highlightColor, CharSequence label, CharSequence shortDescription, List<String> supportedUriSchemes) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java99 * @param address the originating address
106 String address, int referenceNumber, int sequenceNumber, int messageCount,
114 mAddress = address;
199 values.put("address", mAddress);
236 builder.append(" address=").append(mAddress);
105 InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, String address, int referenceNumber, int sequenceNumber, int messageCount, boolean is3gpp2WapPdu) argument
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp141 struct sockaddr address; member in union:android::__anon838
163 ret = accept(fd, &(sa.address), &addrlen);
824 struct sockaddr address;
831 err = getsockname(fd, &(sa.address), &namelen);
838 if (sa.address.sa_family != AF_UNIX) {
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java256 String address = "\"Foo\" <foo@google.com>, \"Bar\" <bar@google.com>";
257 assertEquals(0, tokenizer.findTokenStart(address, 21));
258 assertEquals(22, tokenizer.findTokenEnd(address, 21));
259 assertEquals(24, tokenizer.findTokenStart(address, 25));
260 assertEquals(46, tokenizer.findTokenEnd(address, 25));
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java738 // There may not be a photo yet if anything but the first contact address
1142 * Create a chip that represents just the email address of a recipient. At some later
1246 // Otherwise, fallback to just creating an editable email address chip.
1278 * contact information including display text, address, and id.
1379 // address so we won't try to replace the user's potentially correct but
1790 String address = entry.getDestination();
1791 if (TextUtils.isEmpty(display) || TextUtils.equals(display, address)) {
1795 if (isPhoneQuery() && isPhoneNumber(address)) {
1796 trimmedDisplayText = address.trim();
1798 if (address !
3002 showCopyDialog(final String address) argument
[all...]
/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/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java210 //Sync the Bluetooth name and address from the Bluetooth Adapter
211 if (DBG) Log.d(TAG,"Retrieving Bluetooth Adapter name and address...");
291 * Returns true if the Bluetooth Adapter's name and address is
300 * Retrieve the Bluetooth Adapter's name and address and save it in
304 if (DBG) Log.d(TAG, "Loading stored name and address");
308 // if the valid flag is not set, don't load the address and name
309 if (DBG) Log.d(TAG, "invalid bluetooth name and address stored");
318 * Save the Bluetooth name and address in the persistent store.
321 * @param address
323 private void storeNameAndAddress(String name, String address) { argument
[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/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
/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/base/media/java/android/media/
H A DAudioService.java4356 // msg.obj == address of BTA2DP device
4477 private void makeA2dpDeviceAvailable(String address) { argument
4486 address);
4490 address);
4498 private void makeA2dpDeviceUnavailableNow(String address) { argument
4504 address);
4517 private void makeA2dpDeviceUnavailableLater(String address) { argument
4524 Message msg = mAudioHandler.obtainMessage(MSG_BTA2DP_DOCK_TIMEOUT, address);
4530 private void makeA2dpSrcAvailable(String address) { argument
4533 address);
4539 makeA2dpSrcUnavailable(String address) argument
4645 avrcpSupportsAbsoluteVolume(String address, boolean support) argument
[all...]
H A DIAudioService.aidl111 oneway void avrcpSupportsAbsoluteVolume(String address, boolean support);
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java125 public void connectFailed(URI uri, SocketAddress address, IOException failure) { argument
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java81 InetSocketAddress address = new InetSocketAddress(host, port);
91 socket.connect(address);
336 InetSocketAddress address = new InetSocketAddress("www.fortify.net", 443);
338 socket.connect(address);
/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/opt/telephony/src/java/android/telephony/
H A DSmsManager.java234 * @param destinationAddress the address to send the message to
235 * @param scAddress is the service center address or null to use
342 * @param destinationAddress the address to send the message to
343 * @param scAddress is the service center address or null to use
409 * @param destinationAddress the address to send the message to
410 * @param scAddress is the service center address or null to use
1056 * @param address the destination(source) address of the sent(received) message
1065 public Uri importTextMessage(String address, int type, String text, long timestampMillis, argument
1071 address, typ
1225 addTextMessageDraft(String address, String text) argument
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java302 LinkAddress address, boolean allow) throws RemoteException {
303 // Our source address based firewall rules must only cover our own source address, not the
305 final String addrString = address.getAddress().getHostAddress();
301 setFirewallEgressSourceRule( LinkAddress address, boolean allow) argument
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp206 // Here we should never get an private address, but some buggy proxy
207 // servers do give us one. To solve this, we replace the address when
211 unsigned char *address = local
213 if (address[0] == 10 ||
214 (address[0] == 172 && (address[1] >> 4) == 1) ||
215 (address[0] == 192 && address[1] == 168)) {

Completed in 3511 milliseconds

12345678