aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/assets
diff options
context:
space:
mode:
authorSimon Dai <sdai@google.com>2019-11-08 14:04:45 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-08 14:04:45 -0800
commit62a4ce19dede2f7c5fef12e0d52f9b128972e980 (patch)
treeeefe3d610d4a5baac107fd5a4af17acc37c65d02 /TestMediaApp/assets
parent2a51a0a6b4379a40690cfac69c1453927a94b704 (diff)
parentaa2e4d96becbbf5ccdaa4951dbf8330ef0808398 (diff)
downloadtests-62a4ce19dede2f7c5fef12e0d52f9b128972e980.tar.gz
Merge "Add untagged root node type as error case" into pi-car-dev am: d691f98478 am: ea4fe4258b am: 501b088a14
am: aa2e4d96be Change-Id: I53bfaa1fc5b4413b6b34ec6c2c2d32311f494c98
Diffstat (limited to 'TestMediaApp/assets')
-rw-r--r--TestMediaApp/assets/media_items/untagged.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/TestMediaApp/assets/media_items/untagged.json b/TestMediaApp/assets/media_items/untagged.json
new file mode 100644
index 0000000..fd8f5f5
--- /dev/null
+++ b/TestMediaApp/assets/media_items/untagged.json
@@ -0,0 +1,27 @@
+{
+ "FLAGS": "browsable",
+
+ "METADATA": {
+ "MEDIA_ID": "untagged",
+ "DISPLAY_TITLE": "Untagged media items"
+ },
+
+ "CHILDREN": [
+ {
+ "METADATA": {
+ "MEDIA_ID": "untagged normal 10s song",
+ "DISPLAY_TITLE": "A normal 10s song with a long title. A normal 10s song with a long title. A normal 10s song with a long title. ",
+ "DURATION": 10000
+ }
+ },
+ {
+ "METADATA": {
+ "MEDIA_ID": "untagged normal 1H song",
+ "DISPLAY_TITLE": "A normal 1H song",
+ "ARTIST": "Artist",
+ "ALBUM":"Album",
+ "DURATION": 3600000
+ }
+ }
+ ]
+}