Home | History | Annotate | Download | only in model

Lines Matching defs:source

2  * Copyright (C) 2014 The Android Open Source Project
60 private static final String JSON_SOURCE = "source";
255 String source = json.getString(JSON_SOURCE);
264 if (!source.startsWith("http")) {
265 source = basePath + source;
271 // the music source. In a real world app, this could come from the server.
272 String id = String.valueOf(source.hashCode());
274 // Adding the music source to the MediaMetadata (and consequently using it in the
280 .putString(CUSTOM_METADATA_TRACK_SOURCE, source)