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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java1529 * @param audioId the ID of the audio file for which to retrieve the genres
1533 public static Uri getContentUriForAudioId(String volumeName, int audioId) { argument
1535 "/audio/media/" + audioId + "/genres");

Completed in 12 milliseconds