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