Searched defs:getSelection (Results 1 - 3 of 3) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java207 public String getSelection() { method in class:DownloadProvider.SqlSelection
884 Cursor ret = db.query(DB_TABLE, projection, fullSelection.getSelection(),
1075 count = db.update(DB_TABLE, filteredValues, selection.getSelection(),
1149 deleteRequestHeaders(db, selection.getSelection(), selection.getParameters());
1150 count = db.delete(DB_TABLE, selection.getSelection(), selection.getParameters());
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java183 public View getSelection() { method in class:PhotoTable
431 if (photo != getSelection()) {
436 pickUp(getSelection());
514 if (hasSelection() && getSelection() == mParent) {
570 table.moveToTopOfPile(table.getSelection());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1491 public String getSelection() { method in class:ContactAggregator.NameLookupSelectionBuilder
1521 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null,

Completed in 132 milliseconds