Searched refs:mediaID (Results 1 - 2 of 2) sorted by path

/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DMediaIDHelper.java60 * Extracts unique musicID from the mediaID. mediaID is, by this sample's convention, a
65 * @param mediaID that contains the musicID
68 public static String extractMusicIDFromMediaID(String mediaID) { argument
69 int pos = mediaID.indexOf(LEAF_SEPARATOR);
71 return mediaID.substring(pos+1);
77 * Extracts category and categoryValue from the mediaID. mediaID is, by this sample's
79 * mediaID. This is necessary so we know where the user selected the music from, when the music
82 * @param mediaID tha
84 getHierarchy(String mediaID) argument
92 extractBrowseCategoryValueFromMediaID(String mediaID) argument
100 isBrowseable(String mediaID) argument
104 getParentMediaID(String mediaID) argument
[all...]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DMediaIDHelper.java60 * Extracts unique musicID from the mediaID. mediaID is, by this sample's convention, a
65 * @param mediaID that contains the musicID
68 public static String extractMusicIDFromMediaID(String mediaID) { argument
69 int pos = mediaID.indexOf(LEAF_SEPARATOR);
71 return mediaID.substring(pos+1);
77 * Extracts category and categoryValue from the mediaID. mediaID is, by this sample's
79 * mediaID. This is necessary so we know where the user selected the music from, when the music
82 * @param mediaID tha
84 getHierarchy(String mediaID) argument
92 extractBrowseCategoryValueFromMediaID(String mediaID) argument
100 isBrowseable(String mediaID) argument
104 getParentMediaID(String mediaID) argument
[all...]

Completed in 99 milliseconds