Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java135 private static final int JSON_SCHEMA_VERSION_V1 = 1; field in CarUxRestrictionsManagerService
138 @IntDef({UNKNOWN_JSON_SCHEMA_VERSION, JSON_SCHEMA_VERSION_V1, JSON_SCHEMA_VERSION_V2})
734 case JSON_SCHEMA_VERSION_V1: in readPersistedConfig()
753 readRestrictionsArray(reader, configs, JSON_SCHEMA_VERSION_V1); in readV1Json()
779 return JSON_SCHEMA_VERSION_V1; in readFileSchemaVersion()