Searched refs:JSON_NAME_RESTRICTIONS (Results 1 – 2 of 2) sorted by relevance
67 private static final String JSON_NAME_RESTRICTIONS = "restrictions"; field in CarUxRestrictionsConfiguration288 writer.name(JSON_NAME_RESTRICTIONS).value(restrictions.mRestrictions); in writeRestrictions()484 } else if (name.equals(JSON_NAME_RESTRICTIONS)) { in readRestrictions()
123 private static final String JSON_NAME_RESTRICTIONS = "restrictions"; field in CarUxRestrictionsManagerService544 jsonWriter.name(JSON_NAME_RESTRICTIONS); in writeJson()598 case JSON_NAME_RESTRICTIONS: in readV2Json()