HomeSort by relevance Sort by last modified time
    Searched full:personal (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/pim/
package.html 4 Provides helpers for working with PIM (Personal Information Manager) data used
  /packages/apps/Email/src/com/android/email/mail/
Address.java 58 // Regex that matches personal name surrounded by '""' optionally. '^"?([^"]+)"?$'
69 public Address(String address, String personal) {
71 setPersonal(personal);
99 * @param Personal name part of email address as UTF-16 string. Null is acceptable.
101 public void setPersonal(String personal) {
102 if (personal != null) {
103 personal = REMOVE_OPTIONAL_DQUOTE.matcher(personal).replaceAll("$1");
104 personal = UNQUOTE.matcher(personal).replaceAll("$1")
432 final String personal = getPersonal(); local
461 String personal = null; local
    [all...]
  /external/grub/
README 3 personal computer BIOSes:
  /frameworks/base/docs/html/guide/topics/search/
index.jd 85 <li><strong>Don't send personal information to servers, but if you must, do not log it.</strong>
86 <p>Personal information is any information that can personally identify your users, such as their
89 personal information along with the search queries. For example, if you are searching for businesses
92 send the personal information, you should not log it. If you must log it, protect that data
  /external/e2fsprogs/
SUBMITTING-PATCHES 32 personal information I submit with it, including my sign-off) is
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 89 * personal pleasure to remove it -HW
  /external/dnsmasq/contrib/openvpn/
README 42 > Personal e-mail: jtate AT dragonstrider DOT com
  /external/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/
manualTest1.htm 84 <h1 class=part>Personal</h1>
  /external/netcat/scripts/
ncp 7 ## pick your own personal favorite port, which will be used on both ends.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PCalledPartyIDHeader.java 43 * <p>Both the business SIP URI and the personal SIP URI are registered in the SIP registrar,
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
MenuHandler.h 9 terms, Apple grants you a personal, non-exclusive license, under Apple?s copyrights in
MenuHandler.m 9 terms, Apple grants you a personal, non-exclusive license, under Apple?s copyrights in
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.h 12 subject to these terms, Apple grants you a personal, non-exclusive
  /development/samples/BrowserPlugin/jni/
PluginObject.h 9 terms, Apple grants you a personal, non-exclusive license, under Apple?s copyrights in
PluginObject.cpp 9 terms, Apple grants you a personal, non-exclusive license, under AppleÕs copyrights in
  /external/iproute2/include/linux/netfilter/
x_tables.h 91 * personal pleasure to remove it -HW
  /external/openssl/crypto/dh/
generate 42 My personal limit on rigorously proved primes is ~350 digits.
  /frameworks/base/data/etc/
handheld_core_hardware.xml 22 Personal Media Players (PMPs), small tablets (7" or less), and similar
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.h 34 terms, Apple grants you a personal, non-exclusive license, under Apple?s copyrights in
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
generic.h 33 * to fit his personal naming scheme.
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 73 <string>WPA-Personal (PSK)</string>
83 <string>WPA2-Personal (PSK)</string>
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui 84 <string>WPA-Personal (PSK)</string>
94 <string>WPA2-Personal (PSK)</string>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui 103 <string>WPA-Personal (PSK)</string>
113 <string>WPA2-Personal (PSK)</string>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 70 <string>WPA-Personal (PSK)</string>
80 <string>WPA2-Personal (PSK)</string>
  /development/pdk/docs/compatibility/
index.jd 17 <p>A mobile phone is a highly personal, always-on, always-present gateway to

Completed in 569 milliseconds

1 2 3 4 5 6