[go: nahoru, domu]

Searched defs:EXTRA_PAGE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java66 * <li> {@link #EXTRA_PAGE}
76 * The value of {@code EXTRA_PAGE} should be greater than or equal to 0.
80 public static final String EXTRA_PAGE = "android.media.browse.extra.PAGE"; field in class:MediaBrowser
86 * @see #EXTRA_PAGE
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserCompat.java67 * The value of {@code EXTRA_PAGE} should be greater than or equal to 1.
72 public static final String EXTRA_PAGE = "android.media.browse.extra.PAGE"; field in class:MediaBrowserCompat
79 * @see #EXTRA_PAGE
620 int page = options.getInt(MediaBrowserCompat.EXTRA_PAGE, -1);

Completed in 69 milliseconds