Home
last modified time | relevance | path

Searched refs:modernAudioUri (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DLegacyProviderMigrationTest.java380 Uri modernAudioUri = ContentUris.withAppendedId( in testLegacy_PlaylistMap() local
384 try (Cursor cursor = modern.query(modernAudioUri, project, null, null, null)) { in testLegacy_PlaylistMap()