Searched refs:getPhysicalPort (Results 1 – 5 of 5) sorted by relevance
402 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 CarUxRestrictionsManagerService982 byte port = getPhysicalPort(display); in getPhysicalPort()988 private byte getPhysicalPort(@NonNull Display display) { in getPhysicalPort() method in CarUxRestrictionsManagerService
173 assertTrue(expected.contains(config.getPhysicalPort())); in testParsingMultipleConfigurations()
157 assertTrue(config.equals(mService.createDefaultConfig(config.getPhysicalPort()))); in testLoadConfig_UseDefaultConfigWhenNoSavedConfigFileNoXml()
792 assertNull(deserialized.getPhysicalPort()); in testParcelableConfiguration_serializeNullPhysicalPort()
171 public Byte getPhysicalPort() { in getPhysicalPort() method in CarUxRestrictionsConfiguration