Searched refs:JSON_NAME_RESTRICTIONS (Results 1 – 2 of 2) sorted by relevance
82 private static final String JSON_NAME_RESTRICTIONS = "restrictions"; field in CarUxRestrictionsConfiguration414 writer.name(JSON_NAME_RESTRICTIONS).value(restrictions.mRestrictions); in writeRestrictions()626 } else if (Objects.equals(name, JSON_NAME_RESTRICTIONS)) { in readRestrictions()
143 private static final String JSON_NAME_RESTRICTIONS = "restrictions"; field in CarUxRestrictionsManagerService707 jsonWriter.name(JSON_NAME_RESTRICTIONS); in writeJson()762 case JSON_NAME_RESTRICTIONS: in readV2Json()