Searched refs:localVdm (Results 1 – 3 of 3) sorted by relevance
190 final VirtualDeviceManagerInternal localVdm = getLocalVdm(); in registerProxy() local191 if (localVdm != null) { in registerProxy()192 localVdm.registerAppsOnVirtualDeviceListener(mAppsOnVirtualDeviceListener); in registerProxy()336 final VirtualDeviceManagerInternal localVdm = getLocalVdm(); in updateStateForRemovedDisplay() local337 if (localVdm != null && mAppsOnVirtualDeviceListener != null) { in updateStateForRemovedDisplay()338 localVdm.unregisterAppsOnVirtualDeviceListener( in updateStateForRemovedDisplay()386 final VirtualDeviceManagerInternal localVdm = getLocalVdm(); in displayBelongsToCaller() local387 if (vdm == null || localVdm == null) { in displayBelongsToCaller()392 if (localVdm.getDisplayIdsForDevice(device.getDeviceId()).contains(proxyDisplayId)) { in displayBelongsToCaller()393 final int ownerUid = localVdm.getDeviceOwnerUid(device.getDeviceId()); in displayBelongsToCaller()[all …]
248 final VirtualDeviceManagerInternal localVdm = in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange() local250 when(localVdm.getDeviceIdsForUid(anyInt())).thenReturn(new ArraySet(Set.of(DEVICE_ID))); in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange()252 mProxyManager.setLocalVirtualDeviceManager(localVdm); in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange()254 verify(localVdm).registerAppsOnVirtualDeviceListener(any()); in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange()265 verify(localVdm).getDeviceIdsForUid(STREAMED_CALLING_UID); in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange()272 verify(localVdm).unregisterAppsOnVirtualDeviceListener(any()); in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange()
1558 final VirtualDeviceManagerInternal localVdm = in createVirtualDisplayInternal() local1560 flags |= localVdm.getBaseVirtualDisplayFlags(virtualDevice); in createVirtualDisplayInternal()