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