Searched defs:appIdAllowList (Results 1 – 2 of 2) sorted by relevance
853 int userId, int[] appIdAllowList, in broadcastIntent()866 int userId, int[] appIdAllowList, in broadcastIntentWithCallback()
2228 private static boolean isCallingAppIdAllowed(int[] appIdAllowList, @AppIdInt int appId) { in isCallingAppIdAllowed()2430 final int[] appIdAllowList = in onReceive() local