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

/frameworks/native/services/surfaceflinger/
H A DGpuService.cpp138 std::string json = VkJsonAllPropertiesToJson(props); local
139 fwrite(json.data(), 1, json.size(), out);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java23 import org.json.JSONArray;
24 import org.json.JSONException;
25 import org.json.JSONObject;
50 "http://storage.googleapis.com/automotive-media/music.json";
252 private MediaMetadataCompat buildFromJSON(JSONObject json, String basePath) throws JSONException { argument
253 String title = json.getString(JSON_TITLE);
254 String album = json.getString(JSON_ALBUM);
255 String artist = json.getString(JSON_ARTIST);
256 String genre = json.getString(JSON_GENRE);
257 String source = json
[all...]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java23 import org.json.JSONArray;
24 import org.json.JSONException;
25 import org.json.JSONObject;
50 "http://storage.googleapis.com/automotive-media/music.json";
252 private MediaMetadataCompat buildFromJSON(JSONObject json, String basePath) throws JSONException { argument
253 String title = json.getString(JSON_TITLE);
254 String album = json.getString(JSON_ALBUM);
255 String artist = json.getString(JSON_ARTIST);
256 String genre = json.getString(JSON_GENRE);
257 String source = json
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... e IllegalStateException e com.google.gson.JsonElement json java.lang.reflect.Type typeOfT com.
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... e IllegalStateException e com.google.gson.JsonElement json java.lang.reflect.Type typeOfT com.

Completed in 233 milliseconds