Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManagerInternal.java853 int userId, int[] appIdAllowList, in broadcastIntent() argument
866 int userId, int[] appIdAllowList, in broadcastIntentWithCallback() argument
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java2228 private static boolean isCallingAppIdAllowed(int[] appIdAllowList, @AppIdInt int appId) { in isCallingAppIdAllowed() argument
2229 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() local
2446 if (!isCallingAppIdAllowed(appIdAllowList, UserHandle.getAppId( in onReceive()