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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/java/android/pim/
package.html 4 Provides helpers for working with PIM (Personal Information Manager) data used
  /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")
444 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');
  /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
personal_data_manager.h 44 // when it has finished loading personal data from the web database. Register
132 // the text with all known personal information and returning matching types.
139 // Returns whether the personal data has been loaded from the web database.
232 // True if personal data has been loaded from the web database.
  /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/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/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
  /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/chromium/chrome/browser/resources/options/
personal_options.js 14 * Encapsulated handling of personal options page.
18 OptionsPage.call(this, 'personal',
20 'personal-page');
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.h 84 // Second-half of "Start" implementation, called once personal data has

Completed in 1287 milliseconds

1 2 3 4 5 6 7 8 91011