/packages/providers/TvProvider/src/com/android/providers/tv/util/ |
H A D | SqlParams.java | 35 public String getSelection() { method in class:SqlParams
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | KeyboardInterpreter.java | 45 mTable.setFocus(mTable.getSelection());
|
H A D | PhotoTable.java | 186 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 D | DownloadProvider.java | 218 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 D | TvProvider.java | 728 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 D | PhoneNumberListAdapter.java | 246 final String prevSelection = loader.getSelection();
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
H A D | AbstractContactAggregator.java | 1099 public String getSelection() { method in class:AbstractContactAggregator.NameLookupSelectionBuilder 1129 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null,
|
H A D | ContactAggregator2.java | 645 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null,
|