HomeSort by relevance Sort by last modified time
    Searched defs:select (Results 201 - 225 of 793) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PagingIndicator.java 434 mDots[mCurrentPage].select(); method
478 void select() {
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteChooserDialog.java 106 * Gets the media route selector for filtering the routes that the user can select.
116 * Sets the media route selector for filtering the routes that the user can select.
319 route.select();
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DefaultSelectionTracker.java 45 * The class supports running in a single-select mode, which can be enabled using
197 public boolean select(@NonNull K key) { method in class:DefaultSelectionTracker
205 if (DEBUG) Log.d(TAG, "Select cancelled by selection predicate test.");
249 || select(mKeyProvider.getKey(position))) {
289 * selected or in provisional select, depending on the type supplied. Note that if the type is
450 select(key);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
ActionBar.java 66 * <p>If your activity has an options menu, you can make select items accessible directly from the
345 * @param position Position of the item to select.
724 * Select the specified tab. If it is not a child of this action bar it will be added.
726 * <p>Note: If you want to select by index, use {@link #setSelectedNavigationItem(int)}.</p>
728 * @param tab Tab to select
1286 public abstract void select(); method in class:ActionBar.Tab
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectionKeyTest.java 301 selector.select();
  /libcore/luni/src/test/java/libcore/java/net/
FtpURLConnectionTest.java 340 public List<Proxy> select(URI uri) { method in class:FtpURLConnectionTest.SingleProxySelector
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 37 String query = "select * from zoo";
240 String query = "select name, animal_id from hutch, zoo where zoo.id = 1" ;
285 String select = "select * from DecimalNumbers;"; local
293 rs = st3.executeQuery(select);
350 String select = "select * from DecimalNumbers;"; local
356 rs = st.executeQuery(select);
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DefaultSelectionHelper.java 42 * <p>The class supports running in a single-select mode, which can be enabled
95 * users can only select a single item.
206 public boolean select(String id) { method in class:DefaultSelectionHelper
211 if (DEBUG) Log.d(TAG, "Select cancelled by selection predicate test.");
257 select(mStableIds.getStableId(pos));
295 * selected or in provisional select, depending on the type supplied. Note that if the type is
469 select(id);
  /packages/apps/SecureElement/src/com/android/se/
Terminal.java 273 * If there is an exception selecting the default application, select
278 select(null);
282 select(mAccessControlEnforcer.getDefaultAccessControlAid());
290 private void select(byte[] aid) throws IOException { method in class:Terminal
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
TvLauncherStrategy.java 213 select(By.res(getSupportedLauncherPackage(), "button"), Direction.RIGHT, method
467 * Select a channel row that matches a given name.
496 * Select the All Apps logo (or icon).
550 return select(By.copy(SELECTOR_CONFIG_CHANNELS_ROW).hasDescendant(By.focused(true)),
559 * Select the first app icon in the Apps row
583 * Select the given app in All Apps activity.
640 * Select the given app in All Apps activity in zigzag manner.
648 UiObject2 app = select(appSelector, direction, UI_TRANSITION_WAIT_TIME_MS);
651 app = select(appSelector, direction, UI_TRANSITION_WAIT_TIME_MS);
660 * Select the given app in All Apps using the versioned BySelector for the ap
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 69 'SELECT': ('AUTH', 'SELECTED'),
631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4
632 """Select a mailbox.
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
648 name = 'SELECT'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 800 which the user may select to change the currently-displayed window."""
878 def select(self, tab_id=None): member in class:Notebook
885 return self.tk.call(self._w, "select", tab_id)
918 tab, will select that tab.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 425 def select(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
426 """select: Make a selection
427 Required argument: the object to select
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 69 'SELECT': ('AUTH', 'SELECTED'),
631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4
632 """Select a mailbox.
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
648 name = 'SELECT'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 800 which the user may select to change the currently-displayed window."""
878 def select(self, tab_id=None): member in class:Notebook
885 return self.tk.call(self._w, "select", tab_id)
918 tab, will select that tab.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 69 'SELECT': ('AUTH', 'SELECTED'),
631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4
632 """Select a mailbox.
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
648 name = 'SELECT'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 800 which the user may select to change the currently-displayed window."""
878 def select(self, tab_id=None): member in class:Notebook
885 return self.tk.call(self._w, "select", tab_id)
918 tab, will select that tab.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 425 def select(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
426 """select: Make a selection
427 Required argument: the object to select
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 69 'SELECT': ('AUTH', 'SELECTED'),
631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4
632 """Select a mailbox.
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
648 name = 'SELECT'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 800 which the user may select to change the currently-displayed window."""
878 def select(self, tab_id=None): member in class:Notebook
885 return self.tk.call(self._w, "select", tab_id)
918 tab, will select that tab.
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
SystemMediaRouteProvider.java 415 userRouteRecord.mRoute.select();
417 // Select the route if it already exists in the compat media router.
418 // If not, we will select it instead when the route is added.
480 route.select();
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
SystemMediaRouteProvider.java 414 userRouteRecord.mRoute.select();
416 // Select the route if it already exists in the compat media router.
417 // If not, we will select it instead when the route is added.
479 route.select();
    [all...]
  /prebuilts/tools/common/m2/repository/net/ltgt/gradle/gradle-errorprone-plugin/0.0.10/
gradle-errorprone-plugin-0.0.10.jar 
  /prebuilts/tools/common/m2/repository/net/ltgt/gradle/gradle-errorprone-plugin/0.0.13/
gradle-errorprone-plugin-0.0.13.jar 
  /prebuilts/tools/common/m2/repository/net/ltgt/gradle/gradle-errorprone-plugin/0.0.9/
gradle-errorprone-plugin-0.0.9.jar 

Completed in 604 milliseconds

1 2 3 4 5 6 7 891011>>