Searched refs:getSelection (Results 1 - 8 of 8) 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/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java218 public String getSelection() { method in class:DownloadProvider.SqlSelection
932 Cursor ret = db.query(DB_TABLE, projection, fullSelection.getSelection(),
1124 count = db.update(DB_TABLE, filteredValues, selection.getSelection(),
1130 selection.getSelection(), selection.getParameters(),
1206 deleteRequestHeaders(db, selection.getSelection(), selection.getParameters());
1210 }, selection.getSelection(), selection.getParameters(), null, null, null)) {
1243 count = db.delete(DB_TABLE, selection.getSelection(), selection.getParameters());
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java728 Cursor c = queryBuilder.query(db, projection, params.getSelection(),
851 count = db.update(params.getTables(), values, params.getSelection(),
863 count = db.delete(params.getTables(), params.getSelection(),
890 int count = db.update(params.getTables(), values, params.getSelection(),
1189 params.getSelection(), null, null, null, null);
1198 params.getSelection(), params.getSelectionArgs(), null, null, null)) {
1278 count = db.update(mParams.getTables(), values, mParams.getSelection(),
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java246 final String prevSelection = loader.getSelection();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1099 public String getSelection() { method in class:AbstractContactAggregator.NameLookupSelectionBuilder
1129 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null,
H A DContactAggregator2.java645 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null,

Completed in 610 milliseconds