Searched defs:getSelection (Results 1 - 12 of 12) sorted by relevance

/packages/providers/TvProvider/src/com/android/providers/tv/util/
H A DSqlParams.java35 public String getSelection() { method in class:SqlParams
/packages/apps/Contacts/src/com/android/contacts/model/
H A DCp2DeviceLocalAccountLocator.java67 mSelection = getSelection(knownAccountTypes);
110 public String getSelection() { method in class:Cp2DeviceLocalAccountLocator
119 private static String getSelection(Set<String> knownAccountTypes) { method in class:Cp2DeviceLocalAccountLocator
/packages/apps/TV/src/com/android/tv/util/
H A DSqlParams.java37 public String getSelection() { method in class:SqlParams
70 + getSelection()
/packages/apps/Dialer/java/com/android/dialer/common/database/
H A DSelection.java79 public String getSelection() { method in class:Selection
127 return fromString("NOT " + selection.getSelection(), selection.getSelectionArgs());
194 this.selection.append(selection.getSelection());
217 this.selection.append(selection.getSelection());
231 this.selection.append(selection.getSelection());
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupNameEditDialogFragment.java284 getSelection(), getSelectionArgs(), null);
351 private String getSelection() { method in class:GroupNameEditDialogFragment
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDocsSelectionHelper.java76 public Selection getSelection() { method in class:DocsSelectionHelper
77 return mDelegate.getSelection();
212 public Selection getSelection() { method in class:DocsSelectionHelper.DummySelectionHelper
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelectionHelper.java55 public abstract Selection getSelection(); method in class:SelectionHelper
65 * {@code getSelection().contains(String)}.
H A DDefaultSelectionHelper.java135 public Selection getSelection() { method in class:DefaultSelectionHelper
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDocsSelectionHelperTest.java79 assertNotNull(mSelectionMgr.getSelection());
144 public Selection getSelection() { method in class:DocsSelectionHelperTest.TestSelectionManager
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java221 public String getSelection() { method in class:DownloadProvider.SqlSelection
984 Cursor ret = builder.query(db, projection, fullSelection.getSelection(),
1182 count = db.update(DB_TABLE, filteredValues, selection.getSelection(),
1186 try (Cursor cursor = db.query(DB_TABLE, null, selection.getSelection(),
1273 deleteRequestHeaders(db, selection.getSelection(), selection.getParameters());
1275 try (Cursor cursor = db.query(DB_TABLE, null, selection.getSelection(),
1321 count = db.delete(DB_TABLE, selection.getSelection(), selection.getParameters());
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
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/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1104 public String getSelection() { method in class:AbstractContactAggregator.NameLookupSelectionBuilder
1134 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null,

Completed in 489 milliseconds