Searched refs:mPortLookup (Results 1 – 1 of 1) sorted by relevance
142 private final Map<Integer, Byte> mPortLookup = new HashMap<>(); field in CarUxRestrictionsManagerService976 if (!mPortLookup.containsKey(displayId)) { in getPhysicalPort()983 mPortLookup.put(displayId, port); in getPhysicalPort()985 return mPortLookup.get(displayId); in getPhysicalPort()