Home
last modified time | relevance | path

Searched refs:subObjects (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/
DVehiclePropertyIdsParser.java150 List<OrderedJSONObject> subObjects = new ArrayList<>(); in toJson() local
152 subObjects.add(subPermissions.get(i).toJson()); in toJson()
154 jsonPerm.put("value", new JSONArray(subObjects)); in toJson()