Searched refs:displayOwnerUid (Results 1 – 2 of 2) sorted by relevance
1882 final int displayOwnerUid = display.getOwnerUid(); in createInputForwarder() local1883 if (callingUid != displayOwnerUid) { in createInputForwarder()
1711 final int displayOwnerUid = activityDisplay.mDisplay.getOwnerUid(); in isCallerAllowedToLaunchOnDisplay() local1712 if (activityDisplay.mDisplay.getType() == TYPE_VIRTUAL && displayOwnerUid != SYSTEM_UID in isCallerAllowedToLaunchOnDisplay()1713 && displayOwnerUid != aInfo.applicationInfo.uid) { in isCallerAllowedToLaunchOnDisplay()1738 if (displayOwnerUid == callingUid) { in isCallerAllowedToLaunchOnDisplay()