Home
last modified time | relevance | path

Searched refs:receiverAppId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15827 final int receiverAppId = UserHandle.getAppId( in collectReceiverComponents() local
15829 if (receiverAppId >= Process.FIRST_APPLICATION_UID in collectReceiverComponents()
15830 && Arrays.binarySearch(broadcastWhitelist, receiverAppId) < 0) { in collectReceiverComponents()