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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java190 private static class SqlSelection { class in class:DownloadProvider
862 SqlSelection fullSelection = getWhereClause(uri, selection, selectionArgs, match);
1083 SqlSelection selection = getWhereClause(uri, where, whereArgs, match);
1123 private SqlSelection getWhereClause(final Uri uri, final String where, final String[] whereArgs,
1125 SqlSelection selection = new SqlSelection();
1160 SqlSelection selection = getWhereClause(uri, where, whereArgs, match);

Completed in 31 milliseconds