Searched refs:appIdAllowList (Results 1 – 2 of 2) sorted by relevance
853 int userId, int[] appIdAllowList, in broadcastIntent() argument866 int userId, int[] appIdAllowList, in broadcastIntentWithCallback() argument
2228 private static boolean isCallingAppIdAllowed(int[] appIdAllowList, @AppIdInt int appId) { in isCallingAppIdAllowed() argument2229 if (appIdAllowList == null || appId < Process.FIRST_APPLICATION_UID) { in isCallingAppIdAllowed()2232 return Arrays.binarySearch(appIdAllowList, appId) > -1; in isCallingAppIdAllowed()2430 final int[] appIdAllowList = in onReceive() local2446 if (!isCallingAppIdAllowed(appIdAllowList, UserHandle.getAppId( in onReceive()