findTasks

fun findTasks(where: String? = null, whereArgs: Array<String>? = null): List<DmfsTask>

Queries tasks from this task list. Adds a WHERE clause that restricts the query to TaskContract.TaskColumns.LIST_ID = id.

Return

events from this task list which match the selection

Parameters

where

selection

whereArgs

arguments for selection