Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/content/
DSelectionBuilder.java82 public String getSelection() { in getSelection() method in SelectionBuilder
108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having, in query()
116 return db.update(table, values, getSelection(), getSelectionArgs()); in update()
123 return db.delete(table, getSelection(), getSelectionArgs()); in delete()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DMultiSelectManagerTest.java241 Selection s = mManager.getSelection(); in testProvisionalSelection()
252 Selection s = mManager.getSelection(); in testProvisionalSelection_Replace()
267 Selection s = mManager.getSelection(); in testProvisionalSelection_IntersectsExistingProvisionalSelection()
281 Selection s = mManager.getSelection(); in testProvisionalSelection_Apply()
294 Selection s = mManager.getSelection(); in testProvisionalSelection_Cancel()
309 Selection s = mManager.getSelection(); in testProvisionalSelection_IntersectsAppliedSelection()
351 Selection selection = mManager.getSelection(); in assertSelected()
375 Selection selection = mManager.getSelection(); in assertSelectionSize()
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DUpdateInfo.java38 mSPPClientInitiated = MOManager.getSelection(policyUpdate, TAG_UpdateMethod); in UpdateInfo()
39 mUpdateRestriction = MOManager.getSelection(policyUpdate, TAG_Restriction); in UpdateInfo()
DPolicy.java147 mIncludeSubDomains = MOManager.getSelection(TAG_FQDN_Match, segments[1]); in PreferredRoamingPartner()
169 mHome = MOManager.getSelection(node, TAG_NetworkType); in MinBackhaul()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DUpdateInfo.java38 mSPPClientInitiated = PasspointManagementObjectManager.getSelection(policyUpdate, in UpdateInfo()
41 PasspointManagementObjectManager.getSelection(policyUpdate, TAG_Restriction); in UpdateInfo()
DPolicy.java160 PasspointManagementObjectManager.getSelection(TAG_FQDN_Match, segments[1]); in PreferredRoamingPartner()
182 mHome = PasspointManagementObjectManager.getSelection(node, TAG_NetworkType); in MinBackhaul()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java294 mSelectionManager.getSelection(mSelection); in onSaveInstanceState()
534 mSelectionManager.getSelection(mSelected); in onSelectionChanged()
587 int size = mSelectionManager.getSelection().size(); in onCreateActionMode()
635 return mNoRenameCount == 0 && mSelectionManager.getSelection().size() == 1; in canRename()
646 Selection selection = mSelectionManager.getSelection(new Selection()); in onActionItemClicked()
1095 Selection selection = mSelectionManager.getSelection(new Selection()); in copySelectedToClipboard()
1157 String[] alreadySelected = mSelectionManager.getSelection().getAll(); in selectAllFiles()
1342 mModel.getDocuments(mSelectionManager.getSelection()); in getDraggableDocuments()
1445 return mSelectionManager.getSelection().contains(modelId); in isSelected()
1510 Selection selection = mSelectionManager.getSelection(new Selection()); in onKey()
DMultiSelectManager.java215 public Selection getSelection() { in getSelection() method in MultiSelectManager
225 public Selection getSelection(Selection dest) { in getSelection() method in MultiSelectManager
283 Selection oldSelection = getSelection(new Selection()); in clearSelectionQuietly()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseGridView.java626 return mLayoutManager.getSelection(); in getSelectedPosition()
707 View view = mLayoutManager.findViewByPosition(mLayoutManager.getSelection()); in focusSearch()
DGridLayoutManager.java2238 public int getSelection() {
3192 if (DEBUG) Log.v(getTag(), "onSaveInstanceState getSelection() " + getSelection()); in onSaveInstanceState()
3195 ss.index = getSelection(); in onSaveInstanceState()
/frameworks/base/core/java/android/content/
DCursorLoader.java206 public String getSelection() { in getSelection() method in CursorLoader
/frameworks/support/v4/java/android/support/v4/content/
DCursorLoader.java202 public String getSelection() { in getSelection() method in CursorLoader
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMOManager.java903 public static <T> T getSelection(OMANode node, String key) throws OMAException { in getSelection() method in MOManager
910 return getSelection(key, child.getValue()); in getSelection()
913 public static <T> T getSelection(String key, String value) throws OMAException { in getSelection() method in MOManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DPasspointManagementObjectManager.java862 public static <T> T getSelection(OMANode node, String key) throws OMAException { in getSelection() method in PasspointManagementObjectManager
869 return getSelection(key, child.getValue()); in getSelection()
872 public static <T> T getSelection(String key, String value) throws OMAException { in getSelection() method in PasspointManagementObjectManager
/frameworks/support/v17/leanback/api/
D22.0.0.txt761 method public int getSelection();
D22.1.0.txt780 method public int getSelection();
D22.2.0.txt780 method public int getSelection();
/frameworks/support/v4/api/
D22.1.0.txt847 method public java.lang.String getSelection();
D22.0.0.txt847 method public java.lang.String getSelection();
D22.2.1.txt877 method public java.lang.String getSelection();
D22.2.0.txt876 method public java.lang.String getSelection();
D23.0.0.txt978 method public java.lang.String getSelection();
D23.1.0.txt986 method public java.lang.String getSelection();
D23.1.1.txt939 method public java.lang.String getSelection();
Dcurrent.txt1010 method public java.lang.String getSelection();

12