Searched refs:physicalPort (Results 1 – 2 of 2) sorted by relevance
147 RemoteCallbackListCookie(Integer physicalPort) { in RemoteCallbackListCookie() argument148 mPhysicalPort = physicalPort; in RemoteCallbackListCookie()389 Integer physicalPort; in registerUxRestrictionsChangeListener() local391 physicalPort = getPhysicalPortLocked(displayId); in registerUxRestrictionsChangeListener()392 if (physicalPort == null) { in registerUxRestrictionsChangeListener()393 physicalPort = mDefaultDisplayPhysicalPort; in registerUxRestrictionsChangeListener()396 mUxRClients.register(listener, new RemoteCallbackListCookie(physicalPort)); in registerUxRestrictionsChangeListener()1155 Integer physicalPort = getPhysicalPortLocked(physicalDisplayId); in reportVirtualDisplayToPhysicalDisplay() local1156 if (physicalPort == null) { in reportVirtualDisplayToPhysicalDisplay()1159 physicalPort = mDefaultDisplayPhysicalPort; in reportVirtualDisplayToPhysicalDisplay()[all …]
645 int physicalPort = in.readInt(); in CarUxRestrictionsConfiguration() local646 mPhysicalPort = nullPhysicalPort ? null : physicalPort; in CarUxRestrictionsConfiguration()