Home
last modified time | relevance | path

Searched defs:fromJson (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/NetworkStack/apishim/29/com/android/networkstack/apishim/api29/
H A DCaptivePortalDataShimImpl.java47 public static CaptivePortalDataShim fromJson(JSONObject object) throws JSONException, in fromJson() method in CaptivePortalDataShimImpl
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/loader/
H A DTmaMediaEventReader.java84 TmaMediaEvent fromJson(@Nullable JSONObject json) { in fromJson() method in TmaMediaEventReader
H A DTmaMediaItemReader.java92 TmaMediaItem fromJson(@Nullable JSONObject json) { in fromJson() method in TmaMediaItemReader
H A DTmaMediaMetadataReader.java142 MediaMetadataCompat fromJson(JSONObject object) throws JSONException { in fromJson() method in TmaMediaMetadataReader
/aosp12/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
H A DCaptivePortalDataShimImpl.java56 public static CaptivePortalDataShim fromJson(JSONObject obj) throws JSONException, in fromJson() method in CaptivePortalDataShimImpl
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DWearHistory.java64 public static WearHistory fromJson(@NonNull File in) throws IOException, JSONException { in fromJson() method in WearHistory
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
H A DUpdateConfig.java54 public static UpdateConfig fromJson(String json) throws JSONException { in fromJson() method in UpdateConfig
/aosp12/packages/services/Car/tools/emulator/
H A Dobd2_to_diagjson.py147 def fromJson(cls, json): member in Event