Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java142 private final Map<Integer, Byte> mPortLookup = new HashMap<>(); field in CarUxRestrictionsManagerService
976 if (!mPortLookup.containsKey(displayId)) { in getPhysicalPort()
983 mPortLookup.put(displayId, port); in getPhysicalPort()
985 return mPortLookup.get(displayId); in getPhysicalPort()