Home | History | Annotate | Download | only in service

Lines Matching defs:emailAddress

258      * @param emailAddress The email address to add to uri.
261 private static Uri uriWithAccountAndIsSyncAdapter(final Uri uri, final String emailAddress) {
263 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_NAME, emailAddress)
285 final String emailAddress = mAccount.mEmailAddress;
287 uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI, emailAddress),
308 Groups.CONTENT_URI, emailAddress),
314 Groups.CONTENT_URI, emailAddress), updateValues, null,
918 * @param emailAddress The email address of the account we wish to delete
921 final String emailAddress) {
923 ContactsContract.RawContacts.CONTENT_URI, emailAddress), null, null);