Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java70 private static final String JSON_NAME_PHYSICAL_PORT = "physical_port"; field in CarUxRestrictionsConfiguration
356 writer.name(JSON_NAME_PHYSICAL_PORT).nullValue(); in writeJson()
358 writer.name(JSON_NAME_PHYSICAL_PORT).value((int) mPhysicalPort); in writeJson()
459 case JSON_NAME_PHYSICAL_PORT: in readJson()