Home | History | Annotate | Download | only in event

Lines Matching refs:startQuery

210                         mHandler.startQuery(TOKEN_ATTENDEES, null, attUri,
224 mHandler.startQuery(TOKEN_REMINDERS, null, rUri,
245 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI,
250 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI,
461 private void startQuery() {
514 Log.d(TAG, "startQuery: uri for event is " + mUri.toString());
516 mHandler.startQuery(TOKEN_EVENT, null, mUri, EditEventHelper.EVENT_PROJECTION,
521 Log.d(TAG, "startQuery: Editing a new event.");
531 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI,
536 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI,
571 startQuery();