Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java139 private final List<Byte> mPhysicalPorts = new ArrayList<>(); field in CarUxRestrictionsManagerService
172 for (byte port : mPhysicalPorts) { in init()
235 for (byte port : mPhysicalPorts) { in loadConfig()
817 for (byte port : mPhysicalPorts) { in handleDispatchUxRestrictions()
895 mPhysicalPorts.add(mDefaultDisplayPhysicalPort); in initPhysicalPort()
902 mPhysicalPorts.add(port); in initPhysicalPort()