Searched refs:getSelection (Results 1 – 5 of 5) sorted by relevance
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 183 public View getSelection() { in getSelection() method in PhotoTable 431 if (photo != getSelection()) { in onLayout() 436 pickUp(getSelection()); in onLayout() 514 if (hasSelection() && getSelection() == mParent) { in onPostExecute() 570 table.moveToTopOfPile(table.getSelection()); in onPostExecute()
|
D | KeyboardInterpreter.java | 45 mTable.setFocus(mTable.getSelection()); in onKeyDown()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadProvider.java | 207 public String getSelection() { in getSelection() method in DownloadProvider.SqlSelection 884 Cursor ret = db.query(DB_TABLE, projection, fullSelection.getSelection(), in query() 1075 count = db.update(DB_TABLE, filteredValues, selection.getSelection(), in update() 1149 deleteRequestHeaders(db, selection.getSelection(), selection.getParameters()); in delete() 1150 count = db.delete(DB_TABLE, selection.getSelection(), selection.getParameters()); in delete()
|
/packages/apps/Email/src/com/android/email/widget/ |
D | EmailWidgetLoader.java | 119 String selection = "(" + getSelection() + " ) AND " + MessageColumns.FLAG_READ + " = 0"; in loadInBackground()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 1491 public String getSelection() { in getSelection() method in ContactAggregator.NameLookupSelectionBuilder 1521 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null, in updateMatchScoresBasedOnNameMatches()
|