Searched refs:mUniqueIdAssociationByPort (Results 1 – 1 of 1) sorted by relevance
56 private final Map<String /* phys */, String /* uniqueId */> mUniqueIdAssociationByPort = field in InputManagerMockHelper82 doAnswer(inv -> mUniqueIdAssociationByPort.put(inv.getArgument(0), in InputManagerMockHelper()85 doAnswer(inv -> mUniqueIdAssociationByPort.remove(inv.getArgument(0))).when( in InputManagerMockHelper()116 mDisplayIdMapping.getOrDefault(mUniqueIdAssociationByPort.get(phys), in handleNativeOpenInputDevice()