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

/packages/providers/TvProvider/src/com/android/providers/tv/util/
H A DSqlParams.java35 public String getSelection() { method in class:SqlParams
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DKeyboardInterpreter.java45 mTable.setFocus(mTable.getSelection());
H A DPhotoTable.java186 public View getSelection() { method in class:PhotoTable
438 if (photo != getSelection()) {
443 pickUp(getSelection());
521 if (hasSelection() && getSelection() == mParent) {
577 table.moveToTopOfPile(table.getSelection());
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java479 Cursor c = queryBuilder.query(db, projection, params.getSelection(),
527 try (Cursor cursor = queryBuilder.query(db, projection, params.getSelection(),
536 db.delete(params.getTables(), params.getSelection(), params.getSelectionArgs());
613 params.getSelection(), params.getSelectionArgs(), null, null, null)) {
634 int count = db.delete(params.getTables(), params.getSelection(), params.getSelectionArgs());
653 int count = db.update(params.getTables(), values, params.getSelection(),
884 params.getSelection(), null, null, null, null);
888 params.getSelection(), params.getSelectionArgs(), null, null, null)) {
948 count = db.update(mParams.getTables(), values, mParams.getSelection(),
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java211 public String getSelection() { method in class:DownloadProvider.SqlSelection
890 Cursor ret = db.query(DB_TABLE, projection, fullSelection.getSelection(),
1085 count = db.update(DB_TABLE, filteredValues, selection.getSelection(),
1161 deleteRequestHeaders(db, selection.getSelection(), selection.getParameters());
1164 Downloads.Impl._ID }, selection.getSelection(), selection.getParameters(),
1175 count = db.delete(DB_TABLE, selection.getSelection(), selection.getParameters());
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java185 final String prevSelection = loader.getSelection();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1514 public String getSelection() { method in class:ContactAggregator.NameLookupSelectionBuilder
1544 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null,

Completed in 381 milliseconds