Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java147 RemoteCallbackListCookie(Integer physicalPort) { in RemoteCallbackListCookie() argument
148 mPhysicalPort = physicalPort; in RemoteCallbackListCookie()
389 Integer physicalPort; in registerUxRestrictionsChangeListener() local
391 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() local
1156 if (physicalPort == null) { in reportVirtualDisplayToPhysicalDisplay()
1159 physicalPort = mDefaultDisplayPhysicalPort; in reportVirtualDisplayToPhysicalDisplay()
[all …]
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java645 int physicalPort = in.readInt(); in CarUxRestrictionsConfiguration() local
646 mPhysicalPort = nullPhysicalPort ? null : physicalPort; in CarUxRestrictionsConfiguration()