Home
last modified time | relevance | path

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

/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java468 Cursor c = queryBuilder.query(db, projection, params.getSelection(), in query()
569 count = db.update(params.getTables(), values, params.getSelection(), in delete()
579 count = db.delete(params.getTables(), params.getSelection(), in delete()
603 int count = db.update(params.getTables(), values, params.getSelection(), in update()
860 params.getSelection(), null, null, null, null); in openLogoFile()
868 params.getSelection(), params.getSelectionArgs(), null, null, null)) { in openLogoFile() argument
928 count = db.update(mParams.getTables(), values, mParams.getSelection(), in doInBackground()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java211 public String getSelection() { in getSelection() method in DownloadProvider.SqlSelection
890 Cursor ret = db.query(DB_TABLE, projection, fullSelection.getSelection(), in query()
1085 count = db.update(DB_TABLE, filteredValues, selection.getSelection(), in update()
1161 deleteRequestHeaders(db, selection.getSelection(), selection.getParameters()); in delete()
1164 Downloads.Impl._ID }, selection.getSelection(), selection.getParameters(), in delete()
1175 count = db.delete(DB_TABLE, selection.getSelection(), selection.getParameters()); in delete()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java186 public View getSelection() { in getSelection() method in PhotoTable
438 if (photo != getSelection()) { in onLayout()
443 pickUp(getSelection()); in onLayout()
521 if (hasSelection() && getSelection() == mParent) { in onPostExecute()
577 table.moveToTopOfPile(table.getSelection()); in onPostExecute()
DKeyboardInterpreter.java45 mTable.setFocus(mTable.getSelection()); in onKeyDown()
/packages/providers/TvProvider/src/com/android/providers/tv/util/
DSqlParams.java35 public String getSelection() { in getSelection() method in SqlParams
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberListAdapter.java185 final String prevSelection = loader.getSelection(); in configureLoader()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1779 public String getSelection() { in getSelection() method in ContactAggregator.NameLookupSelectionBuilder
1809 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null, in updateMatchScoresBasedOnNameMatches()