Searched refs:hasSystemAlertWindowPermission (Results 1 – 2 of 2) sorted by relevance
1041 if (mService.hasSystemAlertWindowPermission(callingUid, callingPid, callingPackage)) { in shouldAbortBackgroundActivityStart()
890 boolean hasSystemAlertWindowPermission(int callingUid, int callingPid, String callingPackage) { in hasSystemAlertWindowPermission() method in ActivityTaskManagerService