Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java199 .setPhysicalPort((byte) 1) in testLoadConfig_SupportsLegacyV1()
511 builder.setPhysicalPort(port); in createEmptyConfig()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java434 .setPhysicalPort((byte) 1) in testJsonSerialization_ReadsV1()
745 .setPhysicalPort((byte) 1) in testParcelableConfiguration()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java335 builder.setPhysicalPort(Builder.validatePort(reader.nextInt())); in readJson()
717 public Builder setPhysicalPort(byte port) { in setPhysicalPort() method in CarUxRestrictionsConfiguration.Builder
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java179 getCurrentBuilder().setPhysicalPort(port); in mapDrivingStateToRestrictions()
DCarUxRestrictionsManagerService.java1022 .setPhysicalPort(port) in createDefaultConfig()