Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java136 private static final int JSON_SCHEMA_VERSION_V2 = 2; field in CarUxRestrictionsManagerService
138 @IntDef({UNKNOWN_JSON_SCHEMA_VERSION, JSON_SCHEMA_VERSION_V1, JSON_SCHEMA_VERSION_V2})
706 jsonWriter.name(JSON_NAME_SCHEMA_VERSION).value(JSON_SCHEMA_VERSION_V2); in writeJson()
737 case JSON_SCHEMA_VERSION_V2: in readPersistedConfig()
763 readRestrictionsArray(reader, configs, JSON_SCHEMA_VERSION_V2); in readV2Json()