Searched defs:schemaVersion (Results 1 – 7 of 7) sorted by relevance
32 long schemaVersion = 2; in testAppFunction() local
272 public Builder setSchemaVersion(long schemaVersion) { in setSchemaVersion()
729 int schemaVersion = readFileSchemaVersion(file); in readPersistedConfig() local788 int schemaVersion = reader.nextInt(); in readFileSchemaVersion() local805 List<CarUxRestrictionsConfiguration> configs, @JsonSchemaVersion int schemaVersion) in readRestrictionsArray()
215 Long schemaVersion = null; in parseAppFunction() local
447 int schemaVersion) throws IOException { in readJson()497 private static RestrictionConfigurationParser createConfigurationParser(int schemaVersion) { in createConfigurationParser()
980 int schemaVersion) throws Exception { in verifyConfigThroughJsonSerialization()
205 DbHelper(@NonNull final Context context, int schemaVersion) { in DbHelper()