HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_PAGE_SIZE (Results 1 - 20 of 20) sorted by null

  /frameworks/base/media/java/android/media/browse/
MediaBrowserUtils.java 30 && options2.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1) == -1;
33 && options1.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1) == -1;
37 && options1.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1)
38 == options2.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1);
45 int pageSize1 = options1 == null ? -1 : options1.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1);
46 int pageSize2 = options2 == null ? -1 : options2.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1);
MediaBrowser.java 67 * <li> {@link #EXTRA_PAGE_SIZE}
78 * @see #EXTRA_PAGE_SIZE
84 * The value of {@code EXTRA_PAGE_SIZE} should be greater than or equal to 1.
88 public static final String EXTRA_PAGE_SIZE = "android.media.browse.extra.PAGE_SIZE";
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaBrowserCompatUtils.java 36 && options2.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1) == -1;
39 && options1.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1) == -1;
43 && options1.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1)
44 == options2.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
52 ? -1 :options1.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
54 ? -1 :options2.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
MediaBrowser2.java 307 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
444 extras.remove(MediaBrowserCompat.EXTRA_PAGE_SIZE);
MediaLibraryService2.java 20 import static android.support.v4.media.MediaBrowserCompat.EXTRA_PAGE_SIZE;
529 int pageSize = options.getInt(EXTRA_PAGE_SIZE);
MediaBrowserServiceCompat.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaBrowserTest.java 220 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize);
286 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize);
300 mSubscriptionCallback.mLastOptions.getInt(MediaBrowser.EXTRA_PAGE_SIZE));
334 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize);
380 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize);
MediaBrowserServiceTest.java 150 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
BrowseFragment.java 82 int pageSize = options.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
252 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, PAGE_SIZE);
MediaBrowserServiceSupport.java 285 || options.containsKey(MediaBrowserCompat.EXTRA_PAGE_SIZE))) {
287 pageSize = options.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
    [all...]
  /frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
MediaBrowserCompatTest.java 353 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
432 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
443 mSubscriptionCallback.mLastOptions.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE));
460 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
505 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
    [all...]
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
MediaBrowserCompatTest.java 360 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
481 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
492 mSubscriptionCallback.mLastOptions.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE));
509 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
554 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, pageSize);
    [all...]
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 719 int pageSize = options.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1);
    [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/
MediaBrowserCompat.java 116 * @see #EXTRA_PAGE_SIZE
122 * The value of {@code EXTRA_PAGE_SIZE} should be greater than or equal to 1.
127 public static final String EXTRA_PAGE_SIZE = "android.media.browse.extra.PAGE_SIZE";
802 int pageSize = options.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 177 milliseconds