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.java57 private static final String JSON_NAME_PHYSICAL_PORT = "physical_port"; field in CarUxRestrictionsConfiguration
240 writer.name(JSON_NAME_PHYSICAL_PORT).nullValue(); in writeJson()
242 writer.name(JSON_NAME_PHYSICAL_PORT).value((int) mPhysicalPort.byteValue()); in writeJson()
331 case JSON_NAME_PHYSICAL_PORT: in readJson()