Searched refs:receiverAppId (Results 1 – 1 of 1) sorted by relevance
12695 final int receiverAppId = UserHandle.getAppId( in collectReceiverComponents() local12697 if (receiverAppId >= Process.FIRST_APPLICATION_UID in collectReceiverComponents()12698 && Arrays.binarySearch(broadcastAllowList, receiverAppId) < 0) { in collectReceiverComponents()