Searched refs:readJson (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/car-lib/src/android/car/drivingstate/ |
D | CarUxRestrictionsConfiguration.java | 318 public static CarUxRestrictionsConfiguration readJson(@NonNull JsonReader reader, in readJson() method in CarUxRestrictionsConfiguration 348 parser.readJson(reader, name, builder); in readJson() 371 void readJson(JsonReader reader, String name, Builder builder) throws IOException; in readJson() method 377 public void readJson(JsonReader reader, String name, Builder builder) throws IOException { in readJson() method in CarUxRestrictionsConfiguration.V2RestrictionConfigurationParser 397 public void readJson(JsonReader reader, String name, Builder builder) throws IOException { in readJson() method in CarUxRestrictionsConfiguration.V1RestrictionConfigurationParser
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarUxRestrictionsConfigurationTest.java | 448 CarUxRestrictionsConfiguration deserialized = CarUxRestrictionsConfiguration.readJson( in testJsonSerialization_ReadsV1() 457 assertThrows(IllegalArgumentException.class, () -> CarUxRestrictionsConfiguration.readJson( in testJsonSerialization_ReadUnsupportedVersion_ThrowsException() 790 CarUxRestrictionsConfiguration deserialized = CarUxRestrictionsConfiguration.readJson( in verifyConfigThroughJsonSerialization()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ImagePreset.java | 677 boolean ok = readJson(reader); in readJsonFromString() 697 public boolean readJson(JsonReader sreader) throws IOException { in readJson() method in ImagePreset
|
/packages/services/Car/service/src/com/android/car/ |
D | CarUxRestrictionsManagerService.java | 644 configs.add(CarUxRestrictionsConfiguration.readJson(reader, schemaVersion)); in readRestrictionsArray()
|