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.java190 private static class SqlSelection { class in DownloadProvider
862 SqlSelection fullSelection = getWhereClause(uri, selection, selectionArgs, match); in query()
1083 SqlSelection selection = getWhereClause(uri, where, whereArgs, match); in update()
1123 private SqlSelection getWhereClause(final Uri uri, final String where, final String[] whereArgs, in getWhereClause()
1125 SqlSelection selection = new SqlSelection(); in getWhereClause()
1160 SqlSelection selection = getWhereClause(uri, where, whereArgs, match); in delete()