Lines Matching refs:calendars
27 import android.provider.Calendar.Calendars;
46 Calendars._ID,
47 Calendars._SYNC_ACCOUNT_TYPE,
48 Calendars._SYNC_ACCOUNT
59 mView = findViewById(R.id.calendars);
63 mCursor = managedQuery(Calendars.CONTENT_URI, PROJECTION,
66 Calendars._SYNC_ACCOUNT /*sort order*/);
77 // Start a background sync to get the list of calendars from the server.
164 // Calendars (in the background).
167 // hidden) then it will be added to the list of calendars on the phone
179 Calendars.CONTENT_URI.getAuthority(), extras);