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