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

12345678910

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1814 * Gets the default SMSC address.
1816 * @param result Callback message contains the SMSC address.
1823 * Sets the default SMSC address.
1825 * @param address new SMSC address
1828 public void setSmscAddress(String address, Message result) { argument
1829 mCi.setSmscAddress(address, result);
2774 * Get P-CSCF address from PCO after data connection is established or modified.
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java502 // TODO: need better way to construct formatted address.
878 public ImData(final int protocol, final String customProtocol, final String address, argument
883 mAddress = address;
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs199 an address on a map."
774 <a href="<?cs var:toroot ?>training/location/display-address.html">
807 "How to use Android's central address book, the Contacts Provider, to
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1310 * @param hostAddress the IP address of the host to which the route is
5114 public boolean addVpnAddress(String address, int prefixLength) { argument
5118 return mVpns.get(user).addAddress(address, prefixLength);
5123 public boolean removeVpnAddress(String address, int prefixLength) { argument
5127 return mVpns.get(user).removeAddress(address, prefixLength);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1039 jstring jAddress = env->NewStringUTF(nAudioPort->ext.device.address);
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java498 * A String extra that, holds the email address of the account which a managed profile is
508 * It is usually used to avoid that the user has to enter their email address twice.
2410 InetSocketAddress sa = (InetSocketAddress)proxySpec.address();
5818 * Called by device owner to get the MAC address of the Wi-Fi device.
5821 * @return the MAC address of the Wi-Fi device, or null when the information is not available.
5824 * The address will be in the {@code XX:XX:XX:XX:XX:XX} format.
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 491 milliseconds

12345678910