HomeSort by relevance Sort by last modified time
    Searched full:playlist2id (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 199 long playlist2Id = -1; // used later
360 playlist2Id = c.getLong(c.getColumnIndex(Playlists._ID));
365 playlist2Id);
447 if (playlist2Id >= 0) {
449 Playlists._ID + "=" + playlist2Id, null);

Completed in 598 milliseconds