Searched refs:displayOwnerUid (Results 1 – 2 of 2) sorted by relevance
1753 final int displayOwnerUid = display.getOwnerUid(); in createInputForwarder() local1754 if (callingUid != displayOwnerUid) { in createInputForwarder()
1834 final int displayOwnerUid = activityDisplay.mDisplay.getOwnerUid(); in isCallerAllowedToLaunchOnDisplay() local1835 if (activityDisplay.mDisplay.getType() == TYPE_VIRTUAL && displayOwnerUid != SYSTEM_UID in isCallerAllowedToLaunchOnDisplay()1836 && displayOwnerUid != aInfo.applicationInfo.uid) { in isCallerAllowedToLaunchOnDisplay()1861 if (displayOwnerUid == callingUid) { in isCallerAllowedToLaunchOnDisplay()