Searched refs:JSON_SCHEMA_VERSION_V2 (Results 1 – 1 of 1) sorted by relevance
114 private static final int JSON_SCHEMA_VERSION_V2 = 2; field in CarUxRestrictionsManagerService116 @IntDef({UNKNOWN_JSON_SCHEMA_VERSION, JSON_SCHEMA_VERSION_V1, JSON_SCHEMA_VERSION_V2})501 jsonWriter.name(JSON_NAME_SCHEMA_VERSION).value(JSON_SCHEMA_VERSION_V2); in persistConfig()538 case JSON_SCHEMA_VERSION_V2: in readPersistedConfig()564 readRestrictionsArray(reader, configs, JSON_SCHEMA_VERSION_V2); in readV2Json()