Searched refs:ACCOUNT_PROJECTION (Results 1 – 1 of 1) sorted by relevance
153 private static final String[] ACCOUNT_PROJECTION = new String[] { field in CalendarProvider22988 ACCOUNT_PROJECTION, null /* selection */, null /* selectionArgs */, in getAccount()4070 Cursor c = mDb.query(Tables.CALENDARS, ACCOUNT_PROJECTION, SQL_WHERE_ID, in handleUpdateEvents()