Home
last modified time | relevance | path

Searched refs:email (Results 1 – 9 of 9) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java179 String cellPhone, String officePhone, String homePhone, String email, in RawContact() argument
189 mEmail = email; in RawContact()
222 final String email = !contact.isNull("e") ? contact.getString("e") : null; in valueOf() local
228 officePhone, homePhone, email, status, avatarUrl, deleted, in valueOf()
241 String email, String status, boolean deleted, long rawContactId, in create() argument
244 homePhone, email, status, null, deleted, serverContactId, rawContactId, in create()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactOperations.java160 public ContactOperations addEmail(String email) { in addEmail() argument
162 if (!TextUtils.isEmpty(email)) { in addEmail()
163 mValues.put(Email.DATA, email); in addEmail()
257 public ContactOperations updateEmail(String email, String existingEmail, Uri uri) { in updateEmail() argument
258 if (!TextUtils.equals(existingEmail, email)) { in updateEmail()
260 mValues.put(Email.DATA, email); in updateEmail()
DContactManager.java469 String email = null; in getRawContact() local
499 email = c.getString(DataQuery.COLUMN_EMAIL_ADDRESS); in getRawContact()
509 workPhone, homePhone, email, null, false, rawContactId, serverId); in getRawContact()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
Ddatastore.py31 email = db.EmailProperty() variable in Contact
/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactAdder.java174 String email = mContactEmailEditText.getText().toString(); in createContactEntry() local
207 .withValue(ContactsContract.CommonDataKinds.Email.DATA, email) in createContactEntry()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DMenuInflateFromXml.java164 mMenu.setGroupVisible(R.id.email, shouldShowEmail); in onOptionsItemSelected()
/development/tools/labpretest/
Dlabpretest.sh569 …treet -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.andr…
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dweb_services.py258 contact.email = self.safe_attr(jcontact, 'e')
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv313 …1cc,platform/external/squashfs-tools,fake_v1U-D2-bQAW0OtgJnVeMkw@fakeemail.com,Update email address
3875 …59602f4c891,platform/cts,fake_ui7_Aq-xSl2medbpYQVrqA@fakeemail.com,Add CTS test for auto link email
12741 …f9f591,platform/build,fake_eQzJ5iU2QcCwUe0mAYw3lw@fakeemail.com,Accept alternative email addresses.
12818 …tform/build,fake_eQzJ5iU2QcCwUe0mAYw3lw@fakeemail.com,Encode special characters in email addresses.
13920 …pe,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,"* README, docs/FTL.TXT: Fix email address for bug re…
15227 …,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,"Some explanations, taken from an email sent by George."
22660 …latform/external/libcxx,fake_DYll5CQ-SAGFy0quVv8Low@fakeemail.com,Updated email address in `CREDIT…
24716 …external/libmtp,fake_odIep59ASBuh-40VJVdk4w@fakeemail.com,"added acer liquid Z6E, via email report"
25972 …9ccaf,platform/bootable/recovery,fake_eQzJ5iU2QcCwUe0mAYw3lw@fakeemail.com,Fix owner email address.
27159 …4b250141,platform/system/bt,fake_eQzJ5iU2QcCwUe0mAYw3lw@fakeemail.com,Use email address in OWNERS …
[all …]