Home
last modified time | relevance | path

Searched refs:SqlSelection (Results 1 – 1 of 1) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java197 private static class SqlSelection { class in DownloadProvider
904 SqlSelection fullSelection = getWhereClause(uri, selection, selectionArgs, match); in query()
1123 final SqlSelection selection = getWhereClause(uri, where, whereArgs, match); in update()
1169 private SqlSelection getWhereClause(final Uri uri, final String where, final String[] whereArgs, in getWhereClause()
1171 SqlSelection selection = new SqlSelection(); in getWhereClause()
1205 final SqlSelection selection = getWhereClause(uri, where, whereArgs, match); in delete()