Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java402 CarUxRestrictions restrictions = mCurrentUxRestrictions.get(getPhysicalPort(displayId)); in getCurrentUxRestrictions()
860 Byte clientDisplayPort = getPhysicalPort(client.mDisplayId); in handleDispatchUxRestrictions()
917 byte port = config.getPhysicalPort() == null in convertToMap()
919 : config.getPhysicalPort(); in convertToMap()
923 result.put(config.getPhysicalPort(), config); in convertToMap()
956 Byte port = config.getPhysicalPort(); in validateConfigs()
975 private Byte getPhysicalPort(int displayId) { in getPhysicalPort() method in CarUxRestrictionsManagerService
982 byte port = getPhysicalPort(display); in getPhysicalPort()
988 private byte getPhysicalPort(@NonNull Display display) { in getPhysicalPort() method in CarUxRestrictionsManagerService
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParserTest.java173 assertTrue(expected.contains(config.getPhysicalPort())); in testParsingMultipleConfigurations()
DCarUxRestrictionsManagerServiceTest.java157 assertTrue(config.equals(mService.createDefaultConfig(config.getPhysicalPort()))); in testLoadConfig_UseDefaultConfigWhenNoSavedConfigFileNoXml()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java792 assertNull(deserialized.getPhysicalPort()); in testParcelableConfiguration_serializeNullPhysicalPort()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java171 public Byte getPhysicalPort() { in getPhysicalPort() method in CarUxRestrictionsConfiguration