/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | RawContact.java | 179 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/ |
D | ContactOperations.java | 160 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()
|
D | ContactManager.java | 469 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/ |
D | datastore.py | 31 email = db.EmailProperty() variable in Contact
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
D | ContactAdder.java | 174 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/ |
D | MenuInflateFromXml.java | 164 mMenu.setGroupVisible(R.id.email, shouldShowEmail); in onOptionsItemSelected()
|
/development/tools/labpretest/ |
D | labpretest.sh | 569 …treet -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.andr…
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | web_services.py | 258 contact.email = self.safe_attr(jcontact, 'e')
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 313 …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 …]
|