Home | History | Annotate | Download | only in calendar

Lines Matching defs:ContentResolver

26 import android.content.ContentResolver;
863 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
864 ContentResolver.requestSync(
1753 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
1755 ContentResolver.requestSync(account, Calendars.CONTENT_URI.getAuthority(), extras);