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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/vcard/tests/res/raw/
v30_sip.vcf 4 IMPP;TYPE=personal:sip:android@android.example.com
  /external/chromium/chrome/browser/ui/webui/options/
stop_syncing_handler.h 10 // Chrome personal stuff stop syncing overlay UI handler.
import_data_handler.h 19 // Chrome personal stuff import data overlay UI handler.
personal_options_handler.h 19 // Chrome personal options page UI handler.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 57 // Regex that matches personal name surrounded by '""' optionally. '^"?([^"]+)"?$'
68 public Address(String address, String personal) {
70 setPersonal(personal);
98 * @param personal name part of email address as UTF-16 string. Null is acceptable.
100 public void setPersonal(String personal) {
101 if (personal != null) {
102 personal = REMOVE_OPTIONAL_DQUOTE.matcher(personal).replaceAll("$1");
103 personal = UNQUOTE.matcher(personal).replaceAll("$1")
421 final String personal = getPersonal(); local
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
change_picture_options.js 53 OptionsPage.navigateToPage('personal');
63 OptionsPage.navigateToPage('personal');
73 OptionsPage.navigateToPage('personal');
  /frameworks/base/docs/html/guide/topics/admin/
index.jd 16 bring their personal Android devices to work. In this post, we?re going to have a look at the key
  /external/chromium/chrome/browser/autofill/
field_types.h 27 // personal data.
32 // Personal Information categorization types.
autofill_cc_infobar_delegate.h 54 // The personal data manager to which the credit card should be saved.
autofill_manager.h 55 // Manages saving and restoring the user's personal information entered into web
241 // Uses existing personal data to determine possible field types for the
245 // The personal data manager, used to save and load personal data to/from the
  /frameworks/base/docs/html/training/id-auth/
index.jd 33 love. One way to make your application lovable is to make it personal. Android
36 make your application a richer, more personal experience.</p>
  /external/chromium/net/base/
cert_database_win.cc 37 // user's personal store, which will not automatically mark them as trusted,
keygen_handler_nss.cc 14 // PSM = Mozilla's Personal Security Manager.
  /external/dbus/cmake/modules/
CPackInstallConfig.cmake 37 SET(CPACK_NSIS_CONTACT "me@my-personal-home-page.com")
  /external/grub/
README 3 personal computer BIOSes:
  /frameworks/base/core/res/res/raw-es/
incognito_mode_start_page.html 12 <li>sitios web que recopilan o comparten información personal</li>
  /frameworks/base/core/res/res/raw-es-xlarge/
incognito_mode_start_page.html 12 <li>sitios web que recopilan o comparten información personal</li>
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 384 assertTrue(isSubfolder("Inbox", "Personal"));
394 assertTrue(isSubfolder("Personal", "Famine"));
395 assertTrue(isSubfolder("Personal", "Bar"));
396 assertTrue(isSubfolder("Personal", "Bill"));
397 assertTrue(isSubfolder("Personal", "Boss"));
398 assertTrue(isSubfolder("Personal", "Houston"));
399 assertTrue(isSubfolder("Personal", "Mistake"));
400 assertTrue(isSubfolder("Personal", "Online"));
401 assertTrue(isSubfolder("Personal", "Sports"));
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 384 assertTrue(isSubfolder("Inbox", "Personal"));
394 assertTrue(isSubfolder("Personal", "Famine"));
395 assertTrue(isSubfolder("Personal", "Bar"));
396 assertTrue(isSubfolder("Personal", "Bill"));
397 assertTrue(isSubfolder("Personal", "Boss"));
398 assertTrue(isSubfolder("Personal", "Houston"));
399 assertTrue(isSubfolder("Personal", "Mistake"));
400 assertTrue(isSubfolder("Personal", "Online"));
401 assertTrue(isSubfolder("Personal", "Sports"));
  /external/libmtp/examples/
evolution-sync.sh 29 # ","Personal",26
61 # Next line merges all of your tasklist, your personal calendar,
  /external/chromium/chrome/browser/resources/sync_internals/
data.html 1 <p><strong>Some personal info may be in the data dump. An option to
  /external/e2fsprogs/
SUBMITTING-PATCHES 32 personal information I submit with it, including my sign-off) is
  /frameworks/base/docs/html/guide/topics/search/
index.jd 88 <li><strong>Don't send personal information to servers, but if you must, do not log it.</strong>
89 <p>Personal information is any information that can personally identify your users, such as their
92 personal information along with the search queries. For example, if you are searching for businesses
95 send the personal information, you should not log it. If you must log it, protect that data
  /frameworks/base/docs/html/tools/adk/
index.jd 9 <p>Android accessories can be audio docking stations, exercise machines, personal medical testing
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 89 * personal pleasure to remove it -HW

Completed in 2671 milliseconds

1 2 3 4 5 6 7 8 91011>>