Searched refs:SqlSelection (Results 1 – 1 of 1) sorted by relevance
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadProvider.java | 186 private static class SqlSelection { class in DownloadProvider 856 SqlSelection fullSelection = getWhereClause(uri, selection, selectionArgs, match); in query() 1073 SqlSelection selection = getWhereClause(uri, where, whereArgs, match); in update() 1113 private SqlSelection getWhereClause(final Uri uri, final String where, final String[] whereArgs, in getWhereClause() 1115 SqlSelection selection = new SqlSelection(); in getWhereClause() 1148 SqlSelection selection = getWhereClause(uri, where, whereArgs, match); in delete()
|