HomeSort by relevance Sort by last modified time
    Searched refs:uriWithAccountAndIsSyncAdapter (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java 262 private static Uri uriWithAccountAndIsSyncAdapter(final Uri uri, final String emailAddress) {
287 final Cursor c = cr.query( uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI, emailAddress),
307 cr.delete(uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI, emailAddress),
312 cr.update(uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI, emailAddress),
722 final Uri uri = uriWithAccountAndIsSyncAdapter(
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 83 mAccountUri = uriWithAccountAndIsSyncAdapter(RawContacts.CONTENT_URI,
612 private static Uri uriWithAccountAndIsSyncAdapter(final Uri uri, final String emailAddress) {
815 uriWithAccountAndIsSyncAdapter(RawContacts.CONTENT_URI, emailAddress));
    [all...]

Completed in 51 milliseconds