Searched defs:alertCursor (Results 1 – 2 of 2) sorted by relevance
289 Cursor alertCursor = cr.query(CalendarAlerts.CONTENT_URI, ALERT_PROJECTION, in updateAlertNotification() local308 AlarmManagerInterface alarmMgr, SharedPreferences prefs, Cursor alertCursor, in generateAlerts()550 static int processQuery(final Cursor alertCursor, final Context context, in processQuery()
230 MatrixCursor alertCursor = new MatrixCursor(AlertService.ALERT_PROJECTION); in getAlertCursor() local